For Developers

S3-compatible encrypted object storage for dev teams

Use the S3 API you know. Get client-side encryption and predictable pricing without AWS complexity.

S3-compatible API

Drop-in replacement for AWS S3. Works with boto3, aws-sdk, rclone, and any S3-compatible library.

Client-side encryption

Encrypt before upload via our SDK or CLI. Your bucket contents are ciphertext on our side.

Predictable monthly billing

No per-request fees, no egress charges on restores. Budget for storage, not unpredictable usage spikes.

Dashboard + health monitoring

See upload status, node distribution, and storage health without a separate monitoring stack.

Drop-in integration

boto3 (Python)
import boto3

s3 = boto3.client(
    "s3",
    endpoint_url="https://s3.mantrix.cc",
    aws_access_key_id="YOUR_KEY",
    aws_secret_access_key="YOUR_SECRET",
)

s3.upload_file("backup.tar.gz", "my-bucket", "backups/backup.tar.gz")
rclone config
[mantrix]
type = s3
provider = Other
endpoint = https://s3.mantrix.cc
access_key_id = YOUR_KEY
secret_access_key = YOUR_SECRET

S3 Add-on pricing

$4.99/mo base

+ $4.00 per active TB

Add to any Personal Cloud or Storage Vault plan. Cancel anytime.

Full pricing details →

Good for

Backup scripts & cron jobs
Database dump storage
Release artifact hosting
Log archival
Static site origins
ML dataset storage

Get S3 access in your pilot

Test the S3 endpoint with your backup scripts or rclone config. We'll include S3 credentials in your pilot setup.

No credit card required. We'll contact you to arrange access.