gavinchou commented on code in PR #33003: URL: https://github.com/apache/doris/pull/33003#discussion_r1557979574
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -2685,6 +2685,16 @@ public static boolean isNotCloudMode() { @ConfField(mutable = true, masterOnly = false) public static String security_checker_class_name = ""; + + // the white list for the s3 load endpoint, if it is empty, no white list will be set + // for example: s3_load_endpoint_white_list=a,b,c + @ConfField(mutable = true) + public static String[] s3_load_endpoint_white_list = {}; Review Comment: It needs to be compatible with the existing warehouse, this should be discussed -- 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