S3 / Object Access
S3-compatible object storage — as an add-on
Add an S3-compatible API endpoint to any Mantrix plan. Use rclone, Boto3, or any S3 SDK you already know.
Add-on pricing
$4.99/mo base + $4.00/active TB
Billed on top of your base storage plan. Only pay for what you use.
Works with tools you already use
rclone example
rclone copy /local/backup mantrix:my-bucket \
--s3-endpoint https://s3.mantrix.cc \
--s3-access-key-id YOUR_KEY \
--s3-secret-access-key YOUR_SECRETCommon use cases
Application storage backend
Use Mantrix as an S3-compatible object store for user uploads, generated files, or media assets.
Backup from rclone / CLI
Run rclone sync or s3cmd backup jobs. Mantrix accepts standard S3 API calls.
Static asset hosting origin
Store build artifacts, release binaries, or static assets behind a CDN.
Data pipeline staging
Drop ETL output, logs, or exports into object storage before downstream processing.
Recommended starting point
S3 access works best for backup/archive workloads and secondary storage. For primary production databases or high-frequency random reads, benchmark your specific workload during the pilot before committing.
Get S3 access in your pilot
Request a pilot and we'll include S3 endpoint access. Bring your own rclone config or we'll help you set one up.