/// CONNECT A PROVIDER / SCALEWAY
Scaleway
Scaleway Object Storage is S3-compatible and authenticates with an Access Key (starts with SCW…) and a Secret Key. It uses path-style addressing and per-region endpoints.
Don't have a bucket yet? Create one first →
What you need
- An Access Key and Secret Key from a Scaleway API key.
- The bucket name and the region (one of
fr-par,nl-ams,pl-waw,it-mil).
Create API keys
- In the Scaleway console, go to IAM & API keys → API keys → Generate API key.
- Copy the Access Key (it starts with
SCW…) and the Secret Key — the Secret is shown only once.
Endpoint & region
https://s3.<REGION>.scw.cloud — for example https://s3.fr-par.scw.cloud. Set the region to match, such as fr-par.
Connect the Fleet
- From the Fleet page, click Create Fleet and pick Access Keys; enter a name, the bucket name, and the region.
- Paste the Access Key and Secret Key.
- Set the endpoint to
https://s3.<REGION>.scw.cloudand connect.
Supported features
Scaleway supports versioning, lifecycle with storage-class transitions (GLACIER / ONEZONE_IA), CORS, bucket policy, object tags, and Object Lock.
You must set a preferred Project for Object Storage on the API key, or S3 calls will fail. Configure it when generating the key in IAM.