Ansible aws_s3 module: PutObjectAcl error in PUT operation

Introduction If you have noticed this error, it’s not a bug but a permission error when using the aws_s3 module: Ansible aws_s3 module: PutObjectAcl error in PUT operation We encountered this while using the PUT operation the amazon.aws.aws_s3 module in a playbook with: Ansible v3.6.9 pip3 9.0.1 botocore 1.26.10 boto3 1.23.10 And we hit this error: …

Ansible aws_s3 module: PutObjectAcl error in PUT operation Read More »