NAME
Paws::S3::PutObjectAclOutput
ATTRIBUTES
AccessControlPolicy => Paws::S3::AccessControlPolicy
ACL => Str
The canned ACL to apply to the object.
Valid values are: "private"
, "public-read"
, "public-read-write"
, "authenticated-read"
, "aws-exec-read"
, "bucket-owner-read"
, "bucket-owner-full-control"
REQUIRED Bucket => Str
ContentMD5 => Str
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.
REQUIRED Key => Str
RequestPayer => Str
Valid values are: "requester"
VersionId => Str
VersionId used to reference a specific version of the object.