Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] when I create a STORAGE VAULT ,it is alwas add http:// at my s3.endpoint #42873

Open
2 of 3 tasks
bo8888 opened this issue Oct 29, 2024 · 0 comments
Open
2 of 3 tasks

Comments

@bo8888
Copy link

bo8888 commented Oct 29, 2024

Search before asking

  • 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>

What You Expected?

can set url by my self

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant