Credentials
1. Create an API key
- Sign in to the Scaleway console
- Go to IAM -> API Keys -> Generate API Key
- Copy the Access Key and Secret Key
- Note your bucket’s region (e.g.
fr-par) and bucket name
region as s3.<region>.scw.cloud.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set up Scaleway Object Storage credentials for the Scaleway resource.
fr-par) and bucket nameregion as s3.<region>.scw.cloud.
# .env.development
SCW_BUCKET=my-bucket
SCW_REGION=fr-par
SCW_ACCESS_KEY=...
SCW_SECRET_KEY=...