DaveTeng0 commented on code in PR #4524:
URL: https://github.com/apache/ozone/pull/4524#discussion_r1157826853
##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/OmUtils.java:
##########
@@ -498,10 +498,10 @@ public static void validateVolumeName(String volumeName)
throws OMException {
/**
* Verify bucket name is a valid DNS name.
*/
- public static void validateBucketName(String bucketName)
+ public static void validateBucketName(String bucketName, boolean
isNamespaceS3RuleCompliant)
Review Comment:
yeah definitely! I changed it to strictS3. it's very good!
--
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]