/// 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-2orde-fra-1).
Create an IAM key
- In the Exoscale Portal, go to IAM → Keys → Add.
- Scope the key to the sos service.
- 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
- From the Fleet page, click Create Fleet and pick Access Keys; enter a name, the bucket name, and the zone as the region.
- Paste the Access Key and Secret Key.
- Set the endpoint to
https://sos-<REGION>.exo.ioand 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.