-
Notifications
You must be signed in to change notification settings - Fork 290
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
Add s3:PutObjectAcl permission to allow object uploads from cross-account #8444
Conversation
|
A reference to the issue / Description of it
After modifying the artifact bucket's object ownership settings, cross-account users began experiencing permission issues while trying to upload objects using the CLI. Without
s3:PutObjectACL
permission, these users cannot set the ACL for their uploaded objects, resulting in a permissions error.How does this PR fix the problem?
This PR addresses the issue where cross-account users are unable to upload objects to the artifact bucket due to missing permissions. By adding the s3:PutObjectACL permission, users from other accounts will now have the ability to set the ACL on the uploaded objects, ensuring successful uploads from the command line.
How has this been tested?
tested on nomis-test account developer role
Deployment Plan / Instructions
Will this deployment impact the platform and / or services on it?
{Please write here}
Checklist (check
x
in[ ]
of list items)Additional comments (if any)
{Please write here}