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

  • 200: 200

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

  • bucket in path (required)

Query parameters

  • key in query (optional)

Responses

  • 200: 200
    • application/json
      • url (string)

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

CLI: exo api get-sos-presigned-url

Last updated on