S3-compatible object storage.
Honest, line-item pricing.
Built on Ceph with erasure-coded durability. Compatible with every S3 SDK you already use. Egress is always free — you pay for what you store and the operations you run, every line metered, displayed, and auditable.
Standard
Self-servePay-as-you-go pricing for storage and API operations. Egress is free.
| Live pricing temporarily unavailable. Contact us for details. |
Billed monthly in USD. No setup fees.
Start freeNo credit card. Cancel anytime.
Enterprise
Sales-ledCustom pricing for high-volume workloads, dedicated support, and negotiated SLAs.
- ✓Volume discounts on storage
- ✓Dedicated technical contact + named SLA
- ✓Custom data-residency / single-tenant clusters
- ✓Annual / multi-year commitments with discount
- ✓SOC 2 attestation on request
Replies within 1 business day.
Drop-in for any S3 SDK
import boto3
s3 = boto3.client('s3',
aws_access_key_id='BGSAKIA…',
aws_secret_access_key='…',
endpoint_url='https://s3.bangmod.storage',
region_name='ap-southeast-1')
s3.put_object(Bucket='my-bucket', Key='hello.txt', Body=b'hi')