Fix problems with the provisioning of the S3 bucket, due to a recent change in AWS related to acl="public-read".
Background: As of April 2023, creating a new S3 bucket with the Access Control List (ACL) option is no longer possible. Due to this change by AWS, the S3 provisioning in this repo is broken.
Fix problems with the provisioning of the S3 bucket, due to a recent change in AWS related to
acl="public-read"
.Background: As of April 2023, creating a new S3 bucket with the Access Control List (ACL) option is no longer possible. Due to this change by AWS, the S3 provisioning in this repo is broken.
See also https://github.com/technologiestiftung/giessdenkiez-de-aws-s3-terraform/issues/6 (different repo, same issue)
Bonus fixes: