Scalable, S3-compatible object storage with geo-redundant replication across three availability zones. Store anything from single bytes to petabytes — all behind a single API endpoint.
Everything you need to build scalable, secure, and cost-effective storage into your applications.
Fully compatible with the AWS S3 API. Works with existing AWS SDKs (Python boto3, Node.js, Go, PHP), tools like the AWS CLI, s3cmd, rclone, and any S3-aware application without code changes.
Data is synchronously replicated across 3 availability zones within your chosen region. 99.999999999% durability means losing one object in a billion takes over 10,000 years on average.
One toggle in the dashboard enables CDN distribution. Assets are cached at edge locations across 12 regions, reducing latency for end users worldwide and eliminating egress costs for cached hits.
Automate object management at scale. Define rules to automatically expire old objects, transition to lower-cost Infrequent Access or Archive tiers, or auto-delete after a set number of days.
Enable per-bucket versioning to keep the full history of every object. Restore any previous version with a single API call. Combined with lifecycle policies, limit retained versions to control storage costs.
Generate time-limited, pre-signed URLs to grant temporary read or write access to private objects — without exposing your credentials or making the bucket public. Expiry from 1 second to 7 days.
Everything you need to integrate and architect reliably.
| Parameter | Value |
|---|---|
| Max object size | 5 TB (multipart upload required for > 5 GB) |
| Min object size | 0 bytes |
| Max buckets per account | 100 (increase via support ticket) |
| Consistency model | Strong read-after-write for new objects; eventual consistency for overwrites/deletes |
| Replication | Synchronous, 3 copies within region; async cross-region available |
| Durability | 99.999999999% (11 nines) |
| Availability SLA | 99.99% |
| Encryption at rest | AES-256 (server-side); customer-managed keys available |
| Encryption in transit | TLS 1.2+ enforced; TLS 1.3 preferred |
| S3 endpoint | https://s3.host.com / https://{bucket}.s3.host.com |
Use the AWS CLI pointed at our S3-compatible endpoint. No code changes needed.
Drop-in snippets for the most popular runtimes. Just swap in your credentials.
Choose the right tier for your access patterns and optimise cost automatically with lifecycle policies.
| Class | Best for | Price | Min storage | Retrieval |
|---|---|---|---|---|
| Standard | Frequently accessed data | $0.02/GB/mo | None | Instant |
| Infrequent Access | Accessed monthly | $0.01/GB/mo | 30 days | Instant |
| Archive | Accessed yearly / long-term | $0.004/GB/mo | 90 days | 1–5 min |
Estimate your monthly Object Storage cost. Prices in USD.
First 1 TB egress free each month. Operations (PUT, GET) billed separately.
Start with 250 GB free. Works with any S3-compatible tool, library, or framework today.