Object Storage
Simple and Affordable Pricing
We believe in keeping things straightforward and budget-friendly. Our pricing structure is designed to be transparent, easy to understand, and accessible for everyone, ensuring that you get the best value without any hidden fees or surprises.
Object Storage (Buckets)
S3-compatible buckets are charged on three dimensions: how much data you store, how many requests you make, and how much data you transfer. Storage is metered continuously by the hour, so you only pay for what you actually hold.
| Region | Storage per GiB-month | Class A Requests (writes) | Class B Requests (reads) |
|---|---|---|---|
| Mumbai | ₹1.30/GiB-month | ₹390/million | ₹31/million |
- Class A requests are mutating operations —
PUT,COPY,POST, andLIST. - Class B requests are read operations —
GETandHEAD.
Data Transfer
| Direction | Cost |
|---|---|
| Ingress (upload to bucket) | Free |
| Egress (download from bucket) | Free |
Data Transfer
Both ingress and egress are currently free. Usage is still recorded so we can introduce transparent egress pricing later without surprises.
Example Calculation
Each month is considered 720 hours. For a bucket holding 100 GiB with 2 million write requests and 10 million read requests in a month:
- Storage cost: 100 GiB × ₹1.30 = ₹130
- Class A (writes): 2 million × ₹390/million = ₹780
- Class B (reads): 10 million × ₹31/million = ₹310
- Data transfer: Free
Total monthly cost = ₹130 + ₹780 + ₹310 = ₹1220