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