Open Source · Apache-2.0Linux / macOS / Windows No telemetry · No paid tier
← All providers

Scaleway Object Storage

European S3-compatible object storage (Paris, Amsterdam, Warsaw). It is S3-compatible, which means blitcp supports it out of the box: pick the scaleway preset in creds add, paste your keys, and every transfer gets blitcp's usual treatment — content-hash deduplication before upload, verified writes after, and incremental re-runs that skip unchanged files.

Endpoint

https://s3.<region>.scw.cloud
Regions: fr-par, nl-ams, pl-waw. Region: Same as the endpoint region.

Where the keys come from

Scaleway console → IAM → API keys → Generate API key. The access key / secret key pair maps straight onto the prompts.

Set it up once

$ blitcp creds add myscaleway
  Type [s3/azure/gcs/ssh/smb — or a preset: r2/b2/wasabi/…]: scaleway
  Scaleway Object Storage — S3-compatible. Keys: …
  Region: your-region
  Endpoint: https://s3.….scw.cloud
  Access key ID: ********
  Secret access key: ********
  Default bucket (blank = none): backups

Then copy

blitcp ~/photos myscaleway:backups/photos          # upload, dedup + verify on
blitcp myscaleway:backups/photos ~/restore     # download

Re-running the same upload only transfers new or changed files. Duplicate content inside the tree is uploaded once. Credentials live in blitcp's AES-256-GCM encrypted credentials file — see the cloud storage guide for the full creds manager.

Notes

Multi-AZ storage classes exist per region; default works fine.

Also supported: Cloudflare R2 · Backblaze B2 · Wasabi · DigitalOcean Spaces · Hetzner Object Storage · IDrive e2 · Storj · Oracle OCI Object Storage · iCloud Drive