yuqi1129 commented on code in PR #5974:
URL: https://github.com/apache/gravitino/pull/5974#discussion_r1901454668
##########
bundles/aws/src/main/java/org/apache/gravitino/s3/credential/S3TokenProvider.java:
##########
@@ -123,6 +123,7 @@ private IamPolicy createPolicy(
IamStatement.builder()
.effect(IamEffect.ALLOW)
.addAction("s3:GetObject")
+ .addAction("s3:GetObjectAttributes")
Review Comment:
I will remove it as it's copied from your PRs
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]