← Docs
Cloud providers
Anything that speaks the S3 API works with blitcp today via endpoint_url — these providers additionally get a creds add preset that fills the endpoint for you and points at the right console page for keys. AWS S3, Azure Blob, Google Cloud Storage and MinIO are covered in the cloud storage guide.
| Provider | Preset | Endpoint |
|---|---|---|
| Cloudflare R2 | r2 | https://<account-id>.r2.cloudflarestorage.com |
| Backblaze B2 | b2 | https://s3.<region>.backblazeb2.com |
| Wasabi | wasabi | https://s3.<region>.wasabisys.com |
| DigitalOcean Spaces | spaces | https://<region>.digitaloceanspaces.com |
| Scaleway Object Storage | scaleway | https://s3.<region>.scw.cloud |
| Hetzner Object Storage | hetzner | https://<region>.your-objectstorage.com |
| IDrive e2 | idrive | shown in your IDrive e2 dashboard (per region) |
| Storj | storj | https://gateway.storjshare.io |
| Oracle OCI Object Storage | oracle | https://<namespace>.compat.objectstorage.<region>.oraclecloud.com |
| iCloud Drive | local folder | via the iCloud Drive folder on macOS / Windows |
Every preset produces a plain S3 connection — dedup before upload, verification after, incremental re-runs, and AES-256-GCM encrypted credentials at rest all apply unchanged.