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
Uh oh!
There was an error while loading. Please reload this page.
-
If you make a
PutObjectcall and haveWritepermission to anS3::Bucketit will fail with 403 because it's missingPutObjectTaggingsee 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