Skip to content

Commit

Permalink
Comment on permission because of botocore.exceptions.ClientError: An …
Browse files Browse the repository at this point in the history
…error occurred (AccessControlListNotSupported) when calling the PutObject operation: The bucket does not allow ACLs (#1502)

Comment on permission because of botocore.exceptions.ClientError: An error occurred (AccessControlListNotSupported) when calling the PutObject operation: The bucket does not allow ACLs

SUMMARY

Comment on permission because of botocore.exceptions.ClientError: An error occurred (AccessControlListNotSupported) when calling the PutObject operation: The bucket does not allow ACLs

ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Jill R
Reviewed-by: Alina Buzachis
  • Loading branch information
alinabuzachis authored May 2, 2023
1 parent 0bfc7e8 commit 7ae909b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/20230502-s3_object-permission.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- "Comment on permission because of botocore.exceptions.ClientError: An error occurred (AccessControlListNotSupported) when calling the PutObject operation: The bucket does not allow ACLs."
2 changes: 1 addition & 1 deletion tests/integration/targets/lambda_layer/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
bucket: "{{ s3_bucket_name }}"
mode: put
object: "{{ s3_bucket_object }}"
permission: public-read
# permission: public-read # Commented on because botocore.exceptions.ClientError: An error occurred (AccessControlListNotSupported) when calling the PutObject operation: The bucket does not allow ACLs
src: "{{ zip_file_path }}"

- name: Create lambda layer (check_mode=true)
Expand Down

0 comments on commit 7ae909b

Please sign in to comment.