fmorg-git commented on code in PR #11030:
URL: https://github.com/apache/ozone/pull/11030#discussion_r3834735243
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConsts.java:
##########
@@ -314,6 +314,10 @@ public final class OzoneConsts {
public static final String S3_SETSECRET_USER = "S3SetSecretUser";
public static final String S3_REVOKESECRET_USER = "S3RevokeSecretUser";
public static final String S3_REVOKESTSTOKEN_USER = "S3RevokeSTSTokenUser";
+ public static final String S3_STS_ORIGINAL_ACCESS_KEY_ID =
"originalAccessKeyId";
+ public static final String S3_STS_TEMP_ACCESS_KEY_ID = "tempAccessKeyId";
+ public static final String S3_REVOKESTSTOKEN_ORIGINAL_ACCESS_KEY_ID =
S3_STS_ORIGINAL_ACCESS_KEY_ID;
+ public static final String S3_REVOKESTSTOKEN_TEMP_ACCESS_KEY_ID =
S3_STS_TEMP_ACCESS_KEY_ID;
Review Comment:
these are no longer here after the redesign
--
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]