按文档 https://docs.starrocks.io/zh-cn/latest/data_source/file_external_table
CREATE EXTERNAL TABLE <table_name>
(
<col_name> <col_type> [NULL | NOT NULL] [COMMENT “”]
)
ENGINE=FILE
PROPERTIES("" = “”);
以这种方式创建文件外部表,properties中path如果设定为s3路径的话, 如何设定s3的accessId和accessKey呢?