Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

CreateBucket

PUT 
/:bucketName

Create a bucket.

Request

Path Parameters

    bucketName stringrequired

    Possible values: >= 4 characters and <= 64 characters

    The name of the bucket.

Body

    LocationConstraint string

Responses

200: Success

409: BucketAlreadyExists

Request samples


curl -L -X PUT 'https://telnyxcloudstorage.com/:bucketName' \
-H 'Content-Type: text/xml' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


string