Providers
S3-Compatible Storage
Connect to Backblaze B2, MinIO, or any S3-compatible provider.
TorrenCloud supports any S3-compatible storage endpoint. The setup follows the same flow as AWS S3 — only the endpoint URL differs.
Backblaze B2
- Create a B2 bucket in the Backblaze dashboard
- Create an Application Key with access to that bucket
- In TorrenCloud → Storage → S3:
- Endpoint:
https://s3.us-west-004.backblazeb2.com(check your B2 dashboard for region) - Access Key ID: your Backblaze Key ID
- Secret Access Key: your Backblaze Application Key
- Bucket Name: your B2 bucket name
- Region:
us-west-004(or your region)
- Endpoint:
MinIO (Self-Hosted)
- Get your MinIO endpoint URL (e.g.
http://192.168.1.100:9000) - Get your MinIO access key and secret key
- In TorrenCloud → Storage → S3:
- Endpoint: your MinIO URL
- Access Key ID / Secret Access Key: MinIO credentials
- Bucket Name: your MinIO bucket
- Region:
us-east-1(MinIO accepts any value)
Other Providers
Any provider implementing the S3 API works the same way:
| Provider | Example Endpoint |
|---|---|
| Wasabi | https://s3.wasabisys.com |
| Cloudflare R2 | https://<account-id>.r2.cloudflarestorage.com |
| DigitalOcean Spaces | https://<region>.digitaloceanspaces.com |
Use the provider's S3-compatible endpoint URL and your access credentials.