FANNG1 commented on code in PR #6029:
URL: https://github.com/apache/gravitino/pull/6029#discussion_r1900100606


##########
bundles/aliyun/src/main/java/org/apache/gravitino/oss/credential/OSSTokenProvider.java:
##########
@@ -166,6 +167,8 @@ private String createPolicy(Set<String> readLocations, 
Set<String> writeLocation
                       Statement.builder()
                           .effect(Effect.ALLOW)
                           .addAction("oss:GetBucketLocation")
+                          // OSS Hadoop connector need to get bucket 
information

Review Comment:
   OH, got it, update the comment and variable name



-- 
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]

Reply via email to