Skip to main content
PUT
/
object-storage
/
bucket
/
create
/
{bucket_name}
Create bucket
curl --request PUT \
  --url https://api.example.com/object-storage/bucket/create/{bucket_name} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

bucket_name
string
required

Response

Bucket created successfully.

Response model for creating object-storage buckets.

message
string
required

Status message