Create Bucket Using PUT
API code: S3_CREATE_BUCKET
Pre-authorized role(s): TENANT_USER
The bucket name. It must be URL encoded.
The ACL of the bucket using the specified canned ACL. Valid Values: private | public-read | public-read-write | authenticated-read.
Specifies whether you want S3 Object Lock to be enabled for the new bucket.
Allows grantee the READ, WRITE, READ_ACP, and WRITE_ACP permissions on the bucket.
Allows the specified grantee(s) to list the objects in the bucket.
Allows the specified grantee(s) to read the bucket ACL.
Allows the specified grantee(s) to create, overwrite, and delete any object in the bucket.
Allows the specified grantee(s) to write the ACL for the applicable bucket.
config
{
"locationConstraint": "string"
}
locationConstraint
OK