S3 Storage
Secure, affordable storage for backups, files, and media — pay only for what you use.
Not sure how much storage you need? Let us help you figure it out.
What is S3 Storage?
Reliable off-site storage for your backups, files, and media. Works with all major tools and SDKs right out of the box — no migration hassle, no vendor lock-in.
- Affordable backup storage for servers and databases
- Works with rclone, Cyberduck, AWS CLI, and any S3-compatible tool
- Encryption, versioning, and redundancy included
- Pay-as-you-go: CA$8.00/TB included tier pricing, CA$0.012/GB overage
Works With Any Tool
Compatible with rclone, Cyberduck, and AWS CLI — no vendor lock-in, no migration hassle.
Secure & Private
Your data is encrypted at rest and in transit — always private, always yours.
Global Delivery
Serve your files worldwide with low latency — no extra configuration needed.
Pay As You Go
No contracts, no minimums — pay only for the storage and bandwidth you actually use.
Storage-S
100 GB S3-compatible object storage with 500 GB transfer.
- 500 GB Download Included
- 100 GB included storage with $0.025/GB overage
- 500 GB outbound transfer with $0.012/GB overage
- AES-256 encryption, versioning, and geo-redundant storage
- S3-compatible API with any client, CLI, or SDK
Storage-M
250 GB S3-compatible object storage with 1 TB transfer.
- 1 TB Download Included
- 250 GB included storage with $0.02/GB overage
- 1 TB outbound transfer with $0.01/GB overage
- Inbound bandwidth always unmetered
- Works with aws-cli, rclone, Cyberduck, and any S3 SDK
Storage-L
500 GB S3-compatible object storage with 2 TB transfer.
- 2 TB Download Included
- 500 GB included storage with $0.018/GB overage
- 2 TB outbound transfer with $0.009/GB overage
- Object lifecycle policies and automatic expiration
- Bucket policies, CORS, and access logging included
Storage-XL
1 TB S3-compatible object storage with 3 TB transfer.
- 3 TB Download Included
- 1 TB included storage with $0.016/GB overage
- 3 TB outbound transfer with $0.008/GB overage
- Multipart uploads and pre-signed URL support
- Ideal for backup platforms, media, and data pipelines
Storage-XXL
3 TB S3-compatible object storage with 5 TB transfer.
- 5 TB Download Included
- 3 TB included storage with $0.014/GB overage
- 5 TB outbound transfer with $0.007/GB overage
- Event notifications and advanced lifecycle management
- Built for large media catalogs and compliance archives
Storage-MEGA
5 TB S3-compatible object storage with 10 TB transfer.
- 10 TB Download Included
- 5 TB included storage with $0.012/GB overage
- 10 TB outbound transfer with $0.006/GB overage
- Compliance-ready with immutable object locks
- Enterprise-grade for data lakes, HIPAA, and SOC2 workloads
Storage-TITAN
10 TB S3-compatible object storage with 20 TB transfer.
- 20 TB Download Included
- 10 TB included storage with $0.010/GB overage
- 20 TB outbound transfer with $0.005/GB overage
- Compliance-ready with immutable object locks
- Enterprise-grade for data lakes, HIPAA, and SOC2 workloads
Perfect For
Backups
Store server backups, database dumps, and configuration files securely.
Media Storage
Host images, videos, and audio files with fast CDN delivery.
Static Websites
Serve static HTML, CSS, and JavaScript files at global scale.
Application Data
Store user uploads, documents, and application assets.
Easy Integration
Use any S3-compatible SDK or tool
import boto3
s3 = boto3.client('s3',
endpoint_url='https://s3.sableservers.com',
aws_access_key_id='YOUR_ACCESS_KEY',
aws_secret_access_key='YOUR_SECRET_KEY'
)
# Upload a file
s3.upload_file('local-file.txt', 'my-bucket', 'remote-file.txt')
# Download a file
s3.download_file('my-bucket', 'remote-file.txt', 'downloaded.txt')