DaveTeng0 commented on code in PR #4524:
URL: https://github.com/apache/ozone/pull/4524#discussion_r1157829057
##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/OMConfigKeys.java:
##########
@@ -357,6 +357,12 @@ private OMConfigKeys() {
"ozone.om.s3.grpc.server_enabled";
public static final boolean OZONE_OM_S3_GRPC_SERVER_ENABLED_DEFAULT =
false;
+
+ public static final String OZONE_OM_NAMESPACE_S3_RULE_COMPLIANT =
+ "ozone.om.s3.naming.rule_compliant";
Review Comment:
Later we'll have another PR that makes ozone volume to be able to contain
non-s3 character. So I'm thinking if we should have two parameters to configure
the strictS3 value or just one~ open to all ideas!
--
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]