Object Storage

Object Storage

Exoscale Simple Object Storage (SOS) is an S3-compatible object storage service.

Read more


Other Operations

list-sos-buckets-usage

List SOS Buckets Usage

GET /sos-buckets-usage

Responses

Status: 200 - 200

Content-Type: application/json

PropertyTypeDescription
sos-buckets-usagearray[object]schema details
Example output
{
  "sos-buckets-usage": [
    {
      "created-at": "2024-01-01T12:00:00Z",
      "name": "string",
      "size": 0,
      "zone-name": "ch-dk-2"
    }
  ]
}

SDK reference for list-sos-buckets-usage: golang | Python | Java

CLI: exo api list-sos-buckets-usage

get-sos-presigned-url

Retrieve Presigned Download URL for SOS object

GET /sos/{bucket}/presigned-url

Generates Presigned Download URL for SOS object

Path parameters

NameInDescription
bucketpath

Query parameters

NameInRequiredDescription
keyqueryno

Responses

Status: 200 - 200

Content-Type: application/json

PropertyTypeDescription
urlstring
Example output
{
  "url": "string"
}

SDK reference for get-sos-presigned-url: golang | Python | Java

CLI: exo api get-sos-presigned-url

Last updated on