neils-dev commented on a change in pull request #2655:
URL: https://github.com/apache/ozone/pull/2655#discussion_r714476283
##########
File path: hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto
##########
@@ -184,6 +184,10 @@ message OMRequest {
optional RevokeS3SecretRequest RevokeS3SecretRequest =
93;
optional PurgePathsRequest purgePathsRequest =
94;
+
+ optional string stringToSign =
95;
+ optional string signature =
96;
+ optional string awsAccessId =
97;
Review comment:
Wrapped the added optional s3 auth fields in OmRequest into an optional
S3Authentication structure.
--
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]