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

fix: Remove deprecated use of S3 ACLs #3222

Merged
merged 2 commits into from
Apr 28, 2023
Merged

Conversation

alexjurkiewicz
Copy link
Contributor

ACLs were disabled by default in April 2023:
https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-s3-automatically-enable-block-public-access-disable-access-control-lists-buckets-april-2023/

As we don't use ACLs, it's simplest to configure the bucket to not use them, which is the new recommended approach.

Fixes #3202.

@alexjurkiewicz alexjurkiewicz changed the title Remove deprecated use of S3 ACLs fix: Remove deprecated use of S3 ACLs Apr 26, 2023
ACLs were disabled by default in April 2023:
https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-s3-automatically-enable-block-public-access-disable-access-control-lists-buckets-april-2023/

As we don't use ACLs, it's simplest to configure the bucket to not use
them, which is the new recommended approach.

Fixes philips-labs#3202.
Copy link
Member

@npalm npalm left a comment

Choose a reason for hiding this comment

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

@alexjurkiewicz thanks!

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.

Unable to apply the runner-binaries-syncer module due to an AccessControlListNotSupported error
2 participants