gavinchou commented on code in PR #45155: URL: https://github.com/apache/doris/pull/45155#discussion_r1874566196
########## fe/fe-core/src/main/java/org/apache/doris/datasource/property/constants/S3Properties.java: ########## @@ -343,6 +343,9 @@ public static Cloud.ObjectStoreInfoPB.Builder getObjStoreInfoPB(Map<String, Stri || value.equalsIgnoreCase("false"), "Invalid use_path_style value: %s only 'true' or 'false' is acceptable", value); builder.setUsePathStyle(value.equalsIgnoreCase("true")); + } else { + // use path style + builder.setUsePathStyle(true); Review Comment: ```suggestion ``` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org