You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't work out how this part of the configuration can be applied through the amazon.aws.s3_bucket module.
Issue Type
Feature Idea
Component Name
amazon.aws.s3_bucket
Additional Information
# Create a bucket with public read-only access for all users# Uses canned ACLs as per https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#canned-acl
- amazon.aws.s3_bucket:
name: mys3bucketstate: presentacl: public-readpublic_access:
block_public_acls: falseignore_public_acls: falseblock_public_policy: falserestrict_public_buckets: false
Code of Conduct
I agree to follow the Ansible Code of Conduct
The text was updated successfully, but these errors were encountered:
Summary
The AWS S3 API includes the ability to manage bucket-level ACL (not the public access blocks, but the ACLs themselves): https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3api/put-bucket-acl.html. e.g. the following will enable read-only access for everyone.
I can't work out how this part of the configuration can be applied through the
amazon.aws.s3_bucket
module.Issue Type
Feature Idea
Component Name
amazon.aws.s3_bucket
Additional Information
Code of Conduct
The text was updated successfully, but these errors were encountered: