Cloud Storage overview
S3-compatible object storage with no egress fees.
Object storage you can drop anywhere an S3 client works: backups, static assets, user uploads, big binary blobs.
What you get
- S3-compatible API — any AWS S3 SDK or CLI works, no custom client needed.
- Zero egress fees — pay for storage + requests, not for download bandwidth.
- Global CDN — files served from our global edge network.
- Public buckets — optional, for content you want directly accessible by URL.
- API keys per bucket — fine-grained access control.
Pricing
- Storage: per-GB-month
- Class A operations (writes, lists): per-thousand
- Class B operations (reads): per-thousand
- Egress: $0
Live usage at /tools/cloud-storage.
Use cases
- Database backups
- Static site assets (use Image CDN for images specifically)
- User uploads (avatars, attachments)
- ML model artifacts
- Build cache for CI
- Anything you'd put in S3
Setup in 3 steps
- Subscribe to the Cloud Storage perk (/cloud-storage).
- Create a bucket.
- Create an API key with access to it.
See Creating buckets.