SaketaChalamchala commented on code in PR #5123:
URL: https://github.com/apache/ozone/pull/5123#discussion_r1294952876


##########
hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/util/S3Consts.java:
##########
@@ -64,4 +64,9 @@ private S3Consts() {
 
   public static final String CUSTOM_METADATA_HEADER_PREFIX = "x-amz-meta-";
 
+  public static final String ENDPOINT_STYLE_PARAM = "endpoint-style";
+
+  public static final String ENDPOINT_STYLE_PATH = "path";
+
+  public static final String ENDPOINT_STYLE_VIRTUAL = "virtual";

Review Comment:
   I added these internally to identify when virtual host style addressing is 
used.



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