Skip to main content

Credentials

1. Create an API key

  1. Sign in to the Scaleway console
  2. Go to IAM -> API Keys -> Generate API Key
  3. Copy the Access Key and Secret Key
  4. Note your bucket’s region (e.g. fr-par) and bucket name
The endpoint is derived from region as s3.<region>.scw.cloud.

2. Set environment variables

# .env.development
SCW_BUCKET=my-bucket
SCW_REGION=fr-par
SCW_ACCESS_KEY=...
SCW_SECRET_KEY=...
For Python configuration, see the Scaleway resource docs.