-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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:AbortMultipartUpload to AWS IAM policies #13213
Conversation
Searched for all locations where s3:ListBucketMultipartUploads is currently required and added it.
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.
This looks good for now, but I wonder if we should make a variable or something with all the required permissions so there's only 1 source of truth and less chance to miss a spot in the future.
@ptgott any suggestions for how we might do that?
AFAICT this only actually appears in the docs once, the rest is in Terraform/Cloudformation. |
@webvictim See the table below for backport results.
|
Searched for all locations where
s3:ListBucketMultipartUploads
is currently required and added it. This includes:It looks like this was an oversight when #10608 was merged initially.