gavinchou commented on code in PR #43060: URL: https://github.com/apache/doris/pull/43060#discussion_r1825889665
########## fe/fe-core/src/main/java/org/apache/doris/datasource/property/constants/S3Properties.java: ########## @@ -334,6 +334,11 @@ public static Cloud.ObjectStoreInfoPB.Builder getObjStoreInfoPB(Map<String, Stri // S3 Provider properties should be case insensitive. builder.setProvider(Provider.valueOf(properties.get(S3Properties.PROVIDER).toUpperCase())); } + + if (properties.containsKey(PropertyConverter.USE_PATH_STYLE) Review Comment: can it be modified by `alter vault` stmt? -- 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