boto / s3transfer

Amazon S3 Transfer Manager for Python
Apache License 2.0
209 stars 133 forks source link

Integration tests will start failing in April 2023 #262

Closed cfxegbert closed 1 year ago

cfxegbert commented 1 year ago

The integration tests use a canned ACL of 'public-read' will start failing in April 2023 according to https://aws.amazon.com/blogs/aws/heads-up-amazon-s3-security-changes-are-coming-in-april-of-2023/

Starting in April 2023, Amazon S3 will change the default settings for S3 Block Public Access and Object Ownership (ACLs disabled) for all new S3 buckets. For new buckets created after this update, all S3 Block Public Access settings will be enabled, and S3 access control lists (ACLs) will be disabled.

nateprewitt commented 1 year ago

Thanks @cfxegbert, this was resolved in #265.