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

PLAT-6563: Fix S3 provisioning #75

Merged
merged 5 commits into from
Apr 18, 2023
Merged

PLAT-6563: Fix S3 provisioning #75

merged 5 commits into from
Apr 18, 2023

Conversation

Secretions
Copy link
Collaborator

@Secretions Secretions commented Apr 18, 2023

S3 made some changes: https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-s3-automatically-enable-block-public-access-disable-access-control-lists-buckets-april-2023/

Also see terraform notice: hashicorp/terraform-provider-aws#28353

Which now requires the example from the "with grants" section here: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_acl

Also, upgrade test was pulling some totally random, non-release tag. Not sure why, but I changed the tag-getting algorithm to be based on a reverse version sort. Long as the totally random tag that shouldn't be there isn't 9.99 or something, it should work going forward, and if it doesn't I'll at least understand why.

Note that I expect the upgrade test to fail anyway since the old version won't be able to provision the monitoring bucket.

@Secretions Secretions marked this pull request as ready for review April 18, 2023 18:45
@Secretions Secretions requested a review from a team as a code owner April 18, 2023 18:45
@Secretions Secretions merged commit 622dfe4 into main Apr 18, 2023
@Secretions Secretions deleted the PLAT-6563 branch April 18, 2023 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants