SWJTU-ZhangLei commented on code in PR #33003: URL: https://github.com/apache/doris/pull/33003#discussion_r1559278181
########## fe/fe-core/src/main/java/org/apache/doris/analysis/LoadStmt.java: ########## @@ -92,6 +94,15 @@ public class LoadStmt extends DdlStmt { public static final String BOS_ACCESSKEY = "bos_accesskey"; public static final String BOS_SECRET_ACCESSKEY = "bos_secret_accesskey"; + // for S3 load check + public static final String AWS_ENDPOINT = "AWS_ENDPOINT"; Review Comment: > This has been defined in S3Properties.java resolved -- 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