kerneltime commented on code in PR #4377:
URL: https://github.com/apache/ozone/pull/4377#discussion_r1133493603
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/security/AWSV4AuthValidator.java:
##########
@@ -39,6 +40,11 @@ final class AWSV4AuthValidator {
private static final Logger LOG =
LoggerFactory.getLogger(AWSV4AuthValidator.class);
private static final String HMAC_SHA256_ALGORITHM = "HmacSHA256";
+ private static final Pattern STR_TO_SIGN_PATTERN =
Review Comment:
Can you add a sample doc for the string that need to be matched.
--
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]