errose28 commented on a change in pull request #3211:
URL: https://github.com/apache/ozone/pull/3211#discussion_r833787684



##########
File path: 
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java
##########
@@ -466,11 +466,11 @@
   public static final String OZONE_CLIENT_TEST_OFS_BUCKET_LAYOUT_DEFAULT =
       "FILE_SYSTEM_OPTIMIZED";
 
-  public static final String OZONE_OM_CLIENT_PROTOCOL_VERSION_KEY =
-      "ozone.om.client.protocol.version";
-  // The version of the protocol for Client (S3G/OFS) to OM Communication.
-  // The protocol starts at 2.0.0 and a null or empty value for older versions.
-  public static final String OZONE_OM_CLIENT_PROTOCOL_VERSION = "2.0.0";
+  public static final String OZONE_CLIENT_REQUIRED_OM_VERSION_MIN_KEY =
+      "ozone.client.required.om.version.min";
+
+  public static final String OZONE_CLIENT_REQUIRED_OM_VERSION_MIN_DEFAULT =
+      OzoneManagerVersion.NEW_S3G_AUTH_SCHEME.name();

Review comment:
       Changing this in HDDS-6501 to not use a config key sounds good to me.




-- 
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]

Reply via email to