ranryl commented on issue #27266:
URL: https://github.com/apache/doris/issues/27266#issuecomment-1820295903
CREATE RESOURCE "remote_cos"
PROPERTIES
(
"type" = "s3",
"s3.endpoint" = "cos.ap-beijing.myqcloud.com",
"s3.region" = "ap-beijing",
"s3.bucket" = "xxx",
"s3.root.path" = "/doris",
"s3.access_key" = "xxx",
"s3.secret_key" = "xxx",
"s3.connection.maximum" = "50",
"s3.connection.request.timeout" = "3000",
"s3.connection.timeout" = "1000",
"use_path_style" = "true"
);
CREATE STORAGE POLICY log_remote_policy
PROPERTIES(
"storage_resource" = "remote_cos",
"cooldown_ttl" = "1h"
);
--
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]