My AWS S3 deployment fails
Sometimes, the AWS S3 deployment fails because of AccessControlListNotSupported: The bucket does not allow ACLs.
In order to solve this issue, we should:
Navigate to the Permissions tab of your S3 bucket.
Click
Edit
next toBlock public access
.Uncheck
Block new public ACLs and uploading public objects
andRemove public access granted through public ACLs
.Click
Save
Then, retry the deployment on DeployBot, and everything should be OK.
If after doing this, we receive the very same error, you can contact us at support@deploybot.com 🙂
Was this helpful?