Hi,
I am getting below error pushing files to aws s3 bucket using Ansible Tower template. Below is task snippet thats giving me the error. I have the aws access and secret keys attached to the template as credentials. Any pointer would help.
Task snippet:
- name: push backup to s3
amazon.aws.s3_object:
bucket: ansible
object: backups
src: /path/to/file
mode: put
delegate_to: localhost
Error:
An error occurred (AccessControlListNotSupported) when calling the PutObject operation: The bucket does not allow ACLs",