Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stop setting ACLs when publishing templates to S3
We recently changed the S3 bucket that holds public CloudFormation templates for the elastic stack from old fashioned ACLs to new fashioned Bucket Owner with Bucket Resource Policy that grants public read access. Now, this script is failing with an error: upload failed: build/mappings.yml to s3://buildkite-aws-stack/secrets-2-2-0/mappings.yml An error occurred (AccessControlListNotSupported) when calling the PutObject operation: The bucket does not allow ACLs I think removing the --acl flag from our publish command should fix that.
- Loading branch information