fmorg-git commented on code in PR #9971:
URL: https://github.com/apache/ozone/pull/9971#discussion_r3163301535
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java:
##########
@@ -882,6 +882,14 @@ public static STSTokenIdentifier getStsTokenIdentifier() {
return STS_TOKEN.get();
}
+ /**
+ * Returns true if the current RPC handler thread is processing an S3 request
+ * authenticated via STS temporary credentials.
+ */
+ public static boolean isStsS3Request() {
Review Comment:
updated
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]