> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mirage.strukto.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Scaleway

> Set up Scaleway Object Storage credentials for the Scaleway resource.

## Credentials

### 1. Create an API key

1. Sign in to the [Scaleway console](https://console.scaleway.com/)
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

```bash theme={null}
# .env.development
SCW_BUCKET=my-bucket
SCW_REGION=fr-par
SCW_ACCESS_KEY=...
SCW_SECRET_KEY=...
```

For Python configuration, see the [Scaleway resource](/python/resource/scaleway) docs.
