Home > OS >  Is it possible to use aws_s3 with ACLs disabled?
Is it possible to use aws_s3 with ACLs disabled?

Time:04-29

I have an S3 Bucket that I am attempting to automate uploads to. When I run the playbook, I am getting the following error:

FAILED! => {"boto3_version": "1.22.0", "botocore_version": "1.25.0", "changed": false,
"error": {"code": "AccessControlListNotSupported", "message": "The bucket does not allow 
ACLs"}, "msg": "Unable to set object ACL: An error occurred 

AWS enter image description here

  • Related