Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to S3 bucket policy instead of access control #242

Open
Nadock opened this issue Jan 29, 2024 · 0 comments
Open

Migrate to S3 bucket policy instead of access control #242

Nadock opened this issue Jan 29, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Nadock
Copy link
Owner

Nadock commented Jan 29, 2024

The S3 bucket that stores the website contents defined in :/aws/website_cfn.yml uses the AccessControl: Private property, this is now considered a legacy property and "shouldn't be used".

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-accesscontrol

Migrating to a bucket policy is the solution, however it's not immediately clear what policy would correctly replace the old ACL configuration without breaking other things.

@Nadock Nadock self-assigned this Jan 29, 2024
@Nadock Nadock added the enhancement New feature or request label Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant