NAME
Paws::S3::CreateBucketOutput
ATTRIBUTES
ACL => Str
The canned ACL to apply to the bucket.
Valid values are: "private"
, "public-read"
, "public-read-write"
, "authenticated-read"
REQUIRED Bucket => Str
CreateBucketConfiguration => Paws::S3::CreateBucketConfiguration
GrantFullControl => Str
Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
GrantRead => Str
Allows grantee to list the objects in the bucket.
GrantReadACP => Str
Allows grantee to read the bucket ACL.
GrantWrite => Str
Allows grantee to create, overwrite, and delete any object in the bucket.
GrantWriteACP => Str
Allows grantee to write the ACL for the applicable bucket.