Cloud Object Storage.
Pay Only for What You Use.
S3-compatible object storage built for India. Store files, backups, media and ML datasets at just ₹4/GB/mo with 99.99% durability and free intra-India egress.
99.99%
Durability SLA
₹4
per GB/month
Free
India Egress
S3
Compatible API
Built for Every Storage Need
From static website assets to terabytes of ML training data — one API, infinite scale.
Backups & Archival
Store server backups, database dumps and long-term archives with automated lifecycle policies.
Media & CDN
Host images, videos and audio files. Deliver fast via our edge network across India.
Static Sites
Deploy JAMstack sites, SPA frontends and documentation directly from object storage.
ML Datasets
Store and retrieve large training datasets efficiently with high-throughput parallel access.
100% S3-Compatible API
Drop in your existing S3 code, SDK or CLI — no changes required. Point your endpoint to Hoststack and everything just works.
- Works with AWS SDK v2 & v3 (Python, JS, PHP, Go, Ruby)
- Compatible with s3cmd, rclone, Cyberduck, S3 Browser
- Pre-signed URLs, ACLs, bucket policies supported
- Multipart upload for files up to 5TB
- Versioning & lifecycle rules
- Server-side encryption (SSE-S3)
import boto3 s3 = boto3.client( 's3', endpoint_url='https://s3.hoststack.in', aws_access_key_id='YOUR_KEY', aws_secret_access_key='YOUR_SECRET' ) # Upload a file s3.upload_file('backup.tar.gz', 'my-bucket', 'backups/backup.tar.gz') # Generate pre-signed URL (1 hour) url = s3.generate_presigned_url('get_object', Params={'Bucket': 'my-bucket', 'Key': 'file.zip'}, ExpiresIn=3600 )
Simple, Transparent Pricing
Pay only for what you store and transfer. No hidden fees, no minimum commitments.
Storage
₹4/GB/mo
Billed per GB stored per month. Minimum 1 GB.
India Egress
Free
No egress charges to other Hoststack services or within India.
International Egress
₹0.5/GB
Outbound traffic to international destinations outside India.
Example: Store 500 GB for a month = ₹2,000/mo with free intra-India delivery to your VPS or app.
Enterprise Features, Startup Prices
Encryption at Rest
All objects encrypted with AES-256 by default. Your data is always protected.
99.99% Durability
Geo-redundant storage with automatic replication across multiple zones.
Versioning
Keep multiple versions of every object. Restore any previous version instantly.
High Throughput
Multi-gigabit throughput for large file transfers and high-concurrency workloads.
Lifecycle Policies
Auto-delete or transition old objects to cheaper tiers after defined periods.
Usage Analytics
Real-time dashboard showing storage used, requests made and bandwidth consumed.
Start Storing in Minutes
Create a bucket, generate API keys and start uploading. GST invoices included.