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 'The bucket does not allow ACLs' error on bucket setup #568

Merged
merged 1 commit into from
Jul 8, 2023

Conversation

pblankley
Copy link
Contributor

No description provided.

@pblankley
Copy link
Contributor Author

I got this error attempting to do the terraform setup for AWS Lambda. Same error for the events and the schemas buckets.

│ Error: error creating S3 bucket ACL for buz-prod-events: AccessControlListNotSupported: The bucket does not allow ACLs
│ 	status code: 400, request id: XXXXXXXXXXXXXX host id: XXXXXXXXXXXXXXXXX
│
│   with aws_s3_bucket_acl.events_acl,
│   on main.tf line 83, in resource "aws_s3_bucket_acl" "events_acl":
│   83: resource "aws_s3_bucket_acl" "events_acl" {
│

Looked around and found this stack overflow, added the change, and it looks like everything is working now.

Let me know if there's anything you'd like to change about the PR!

Copy link
Contributor

@jakthom jakthom left a comment

Choose a reason for hiding this comment

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

:shipit:

@jakthom jakthom merged commit c251aed into silverton-io:main Jul 8, 2023
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.

2 participants