Storage
View as MarkdownS3-compatible object storage, managed alongside compute. Coming soon.
Managed storage is coming soon. This page describes the direction; details may change before launch.
Atlasflow is building S3-compatible object storage for uploads, generated assets, backups, and application data, with an API your tooling already understands.
What to expect
- Drop-in compatibility with standard S3 SDKs, CLIs, and libraries.
- Object storage managed alongside the rest of your Atlasflow resources.
- A good fit for user uploads, build artifacts, exports, and media.
What to do today
Use any S3-compatible provider and configure your app with runtime environment variables:
S3_ENDPOINT=...
S3_BUCKET=...
S3_ACCESS_KEY_ID=...
S3_SECRET_ACCESS_KEY=...Related
- Environment variables: connect to external storage now.
- Products: other managed products.