-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comment on permission because of botocore.exceptions.ClientError: An 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 #1502
Conversation
…error occurred (AccessControlListNotSupported) when calling the PutObject operation: The bucket does not allow ACLs Signed-off-by: Alina Buzachis <[email protected]>
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 43s |
I have opened an issue for this #1503 |
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you file an issue for us to come back and setup the bucket permissions correctly so that we can test the permissions
key for objects? I understand we want to unblock CI for the release in the short term but we should also fix this in the mid term.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh sorry I just saw your recent previous comment, I had this PR open too long! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 3m 55s |
Backport to stable-5: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 7ae909b on top of patchback/backports/stable-5/7ae909b34ec8f9afff534fb7a8597c15b03821c3/pr-1502 Backporting merged PR #1502 into main
🤖 @patchback |
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
COMPONENT NAME
ADDITIONAL INFORMATION