这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@danielhanold
Copy link
Contributor

In April 2023, AWS has implemented changes to the default security settings for new S3 buckets: https://aws.amazon.com/blogs/aws/heads-up-amazon-s3-security-changes-are-coming-in-april-of-2023/

The new default setting, "Bucket owner enforced" disables bucket ACLs completely. This module relies on ACLs to require SSL connections only when communicating with the bucket. In order to retain this requirement, modify the object ownership settings to "Bucket owner preferred".

@see https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html

In April 2023, AWS has implemented changes to the default security settings for
new S3 buckets: https://aws.amazon.com/blogs/aws/heads-up-amazon-s3-security-changes-are-coming-in-april-of-2023/

The new default setting, "Bucket owner enforced" disables bucket ACLs
completely. This module relies on ACLs to require SSL connections only when
communicating with the bucket. In order to retain this requirement, modify the
object ownership settings to "Bucket owner preferred".

@see https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html
@r1ddl3
Copy link

r1ddl3 commented Apr 25, 2023

Is anyone able to approve this PR please?

@aporsbo
Copy link

aporsbo commented Apr 25, 2023

Also fixes #110

Copy link

@sunaina-roshann sunaina-roshann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving the changes

@r1ddl3
Copy link

r1ddl3 commented Apr 25, 2023

@nozaq Can you approve this PR as the code owner please?

@sujith-s
Copy link

@nozaq, can you please approve and merge this PR?

Due to this change in AWS, the module is unusable right now.

@nozaq nozaq merged commit 42f63c6 into nozaq:main Apr 28, 2023
@nozaq
Copy link
Owner

nozaq commented Apr 28, 2023

Thanks for submitting PR and sorry for my delayed response. The patch looks good to me.

Will release the next version after some minor fixes!

@nozaq
Copy link
Owner

nozaq commented Apr 28, 2023

v1.5.0 just released, please let me know if you all find any problem.
Thanks @danielhanold again for this patch!

@danielhanold
Copy link
Contributor Author

Thanks @nozaq for getting this PR merged and providing such a cool TF module to begin with 🚀

@danielhanold danielhanold deleted the CLOUD-576 branch April 28, 2023 13:12
yyxi pushed a commit to escapace/terraform-aws-terraform-backend that referenced this pull request Oct 27, 2024
…q#111)

In April 2023, AWS has implemented changes to the default security settings for
new S3 buckets: https://aws.amazon.com/blogs/aws/heads-up-amazon-s3-security-changes-are-coming-in-april-of-2023/

The new default setting, "Bucket owner enforced" disables bucket ACLs
completely. This module relies on ACLs to require SSL connections only when
communicating with the bucket. In order to retain this requirement, modify the
object ownership settings to "Bucket owner preferred".

@see https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants