acl
Deprecated
Use the aws_s3_bucket_acl resource instead
Parameters
value
The canned ACL to apply. Valid values are private
, public-read
, public-read-write
, aws-exec-read
, authenticated-read
, and log-delivery-write
. Defaults to private
. Conflicts with grant
. The provider will only perform drift detection if a configuration value is provided. Use the resource aws.s3.BucketAclV2
instead.