You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Version
3.0.2
What's Wrong?
I am use CEPH S3 ,my endpoint is https://s3.test.com .when i create the vault use
CREATE STORAGE VAULT IF NOT EXISTS s3_vault
PROPERTIES (
"type"="S3",
"s3.endpoint"="https://s3.test.com",
"s3.access_key" = "ak",
"s3.secret_key" = "sk",
"s3.region" = "us-east-1",
"s3.root.path" = "ssb_sf1_p2_s3",
"s3.bucket" = "doris-build-1308700295",
"provider" = "S3"
);
doris will chang my url to http://https://s3.test.com ,please remove auto add http,or add the config to select use http/https .
in startrocks ,the config like
aws_s3_path = bucketname/subpath
aws_s3_endpoint = https://xxxxxxxx
aws_s3_access_key = <access_key>
aws_s3_secret_key = <secret_key>
Search before asking
Version
3.0.2
What's Wrong?
I am use CEPH S3 ,my endpoint is https://s3.test.com .when i create the vault use
CREATE STORAGE VAULT IF NOT EXISTS s3_vault
PROPERTIES (
"type"="S3",
"s3.endpoint"="https://s3.test.com",
"s3.access_key" = "ak",
"s3.secret_key" = "sk",
"s3.region" = "us-east-1",
"s3.root.path" = "ssb_sf1_p2_s3",
"s3.bucket" = "doris-build-1308700295",
"provider" = "S3"
);
doris will chang my url to http://https://s3.test.com ,please remove auto add http,or add the config to select use http/https .
in startrocks ,the config like
aws_s3_path = bucketname/subpath
aws_s3_endpoint = https://xxxxxxxx
aws_s3_access_key = <access_key>
aws_s3_secret_key = <secret_key>
What You Expected?
can set url by my self
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: