StorafleetStorafleet

/// CONNECT A PROVIDER / EXOSCALE SOS

Exoscale SOS

Exoscale SOS is S3-compatible and authenticates with an IAM Access Key and Secret Key. It uses path-style addressing and per-zone endpoints.

Don't have a bucket yet? Create one first →

What you need

  • An Access Key and Secret Key from an Exoscale IAM key.
  • The bucket name and the zone (for example ch-gva-2 or de-fra-1).

Create an IAM key

  1. In the Exoscale Portal, go to IAMKeysAdd.
  2. Scope the key to the sos service.
  3. Copy the Access Key and Secret Key.

Endpoint & region

https://sos-<REGION>.exo.io — for example https://sos-ch-gva-2.exo.io. Zones include ch-gva-2, ch-dk-2, de-fra-1, de-muc-1, at-vie-1, at-vie-2, bg-sof-1, and hr-zag-1.

Connect the Fleet

  1. From the Fleet page, click Create Fleet and pick Access Keys; enter a name, the bucket name, and the zone as the region.
  2. Paste the Access Key and Secret Key.
  3. Set the endpoint to https://sos-<REGION>.exo.io and connect.

Supported features

Exoscale SOS supports versioning, CORS, bucket policy, object tags, and Object Lock. Lifecycle is not server-side supported.

The region must exactly equal the zone code (e.g. ch-gva-2) — S3 request signing uses it.