TorrenCloud
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

  1. Create a B2 bucket in the Backblaze dashboard
  2. Create an Application Key with access to that bucket
  3. In TorrenCloud → StorageS3:
    • 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)

MinIO (Self-Hosted)

  1. Get your MinIO endpoint URL (e.g. http://192.168.1.100:9000)
  2. Get your MinIO access key and secret key
  3. In TorrenCloud → StorageS3:
    • 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:

ProviderExample Endpoint
Wasabihttps://s3.wasabisys.com
Cloudflare R2https://<account-id>.r2.cloudflarestorage.com
DigitalOcean Spaceshttps://<region>.digitaloceanspaces.com

Use the provider's S3-compatible endpoint URL and your access credentials.

On this page