Object Storage
Exoscale Simple Object Storage (SOS) is an S3-compatible object storage service.
Other Operations
list-sos-buckets-usage
List SOS Buckets Usage
GET /sos-buckets-usageResponses
Status: 200 - 200
Content-Type: application/json
| Property | Type | Description |
|---|---|---|
sos-buckets-usage | array[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-urlGenerates Presigned Download URL for SOS object
Path parameters
| Name | In | Description |
|---|---|---|
bucket | path |
Query parameters
| Name | In | Required | Description |
|---|---|---|---|
key | query | no |
Responses
Status: 200 - 200
Content-Type: application/json
| Property | Type | Description |
|---|---|---|
url | string |
Example output
{
"url": "string"
}SDK reference for get-sos-presigned-url: golang | Python | Java
CLI: exo api get-sos-presigned-url
Last updated on