-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
feat: Updated S3 Bucket Block Public Access and ACL(Object Ownership) defaults to work since April 2023 #226
Conversation
…rship default values
…rship default value -fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
+1 |
@barryib @antonbabenko @dynamike @bryantbiggs Is someone who is a maintainer able to approve please? |
+1 |
I will look into this PR and the problem today (European time). Thank you for the PR! |
hashicorp/terraform-provider-aws#28353 Notice: S3 - Changes to Defaults (Block Public Access and ACL's) - AccessControlListNotSupported: The bucket does not allow ACLs https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-bucket-faq.html |
main.tf
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Formatting issue. Run the pre-commit hooks to fix this and also update the example README files.
There is still a matter of |
## [3.9.0](v3.8.2...v3.9.0) (2023-04-26) ### Features * Updated S3 Bucket Block Public Access and ACL(Object Ownership) defaults to work since April 2023 ([#226](#226)) ([12ad5b6](12ad5b6))
This PR is included in version 3.9.0 🎉 |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Modified the Variables related to block s3 public access and changed the default value of Object Ownership according to latest aws s3 bucket update.
Motivation and Context
i)Need to change It due to the recent s3 bucket update by aws from April 2023.Following is the link describing the change from aws:- https://aws.amazon.com/blogs/aws/heads-up-amazon-s3-security-changes-are-coming-in-april-of-2023/
Fixes #223
Fixes #224
Breaking Changes
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request