Replies: 2 comments
-
This is very similar to this issue from 2019, but now on the connector. #1072 #1063 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for bringing the issue @kitsunde . I will discuss with my team about adding the permission and let you know the result. For now, I will move the issue to discussion so it can get more votes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you make a
PutObject
call and haveWrite
permission to anS3::Bucket
it will fail with 403 because it's missingPutObjectTagging
see https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.htmlCurrently read+write permissions generate:
Tags on upload can be used with lifecycle rules to make it easy to expire object.
Beta Was this translation helpful? Give feedback.
All reactions