blockPublicAcls property
Specifies whether Amazon S3 should block public access control lists (ACLs)
for buckets in this account. Setting this element to TRUE
causes the following behavior:
- PUT Bucket acl and PUT Object acl calls fail if the specified ACL is public.
- PUT Object calls fail if the request includes a public ACL.
- PUT Bucket calls fail if the request includes a public ACL.
This is not supported for Amazon S3 on Outposts.
Implementation
final bool? blockPublicAcls;