Create Bucket Using PUT

Create Bucket Using PUT

API code: S3_ADD_BUCKET Pre-authorized role(s): TENANT_USER

Request
URI
PUT
https://{api_host}/api/v1/s3/{bucketName}
COPY
Path Parameters
string
bucketName
Required

The bucket name. It must be URL encoded.

Header Parameters
string
x-amz-acl
Optional

The ACL of the bucket using the specified canned ACL. Valid Values: private | public-read | public-read-write | authenticated-read.

string
x-amz-grant-full-control
Optional

Allows grantee the READ, WRITE, READ_ACP, and WRITE_ACP permissions on the bucket.

string
x-amz-grant-read
Optional

Allows the specified grantee(s) to list the objects in the bucket.

string
x-amz-grant-read-acp
Optional

Allows the specified grantee(s) to read the bucket ACL.

string
x-amz-grant-write
Optional

Allows the specified grantee(s) to create, overwrite, and delete any object in the bucket.

string
x-amz-grant-write-acp
Optional

Allows the specified grantee(s) to write the ACL for the applicable bucket.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure