通过这个文档创建,关于阿里云oss的REPOSITORY报错:https://doris.apache.org/zh-CN/docs/sql-manual/sql-statements/Data-Definition-Statements/Backup-and-Restore/CREATE-REPOSITORY
语句:
CREATE REPOSITORY ali_oss_repo
WITH S3
ON LOCATION "s3://backet1/test_backup/"
properties
(
"s3.endpoint" = "oss-cn-shenzhen-internal.aliyuncs.com",
"s3.access_key" = "xx",
"s3.secret_key" = "xx",
"s3.region" = "cn-shenzhen"
)
返回:
11:28:36 CREATE REPOSITORY ali_oss_repo
WITH S3 ON LOCATION "s3://backet1/test_backup/" properties ( "s3.endpoint" = "oss-cn-shenzhen-internal.aliyuncs.com", "s3.access_key" = "xxx", "s3.secret_key" = "xxx", "s3.region" = "cn-shenzhen" ) Error Code: 1105. errCode = 2, detailMessage = Unsupported operation 0.038 sec
是不支持阿里oss的创建吗?