Skip to main content
POST
/
v1
/
projects
/
{projectId}
/
object-storage
/
users
/
{dataCenterId}
/
{id}
Generate an object storage key
curl --request POST \
  --url https://rest.compute.cudo.org/v1/projects/{projectId}/object-storage/users/{dataCenterId}/{id} \
  --header 'Authorization: <api-key>'
{
  "accessKey": "<string>",
  "secretKey": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path Parameters

projectId
string
required
dataCenterId
string
required
id
string
required

Response

A successful response.

accessKey
string
secretKey
string