-
Notifications
You must be signed in to change notification settings - Fork 485
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
add azure blob support #165
Conversation
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
… into datafuselabs-simple_client
It's OK to keep going on, let's implement other functions first.
We need to wait for the next release of reqsign with azure support.
We can implement the test after |
Good, I am interested in this issue, let me try |
So nice! Please do it in a new PR so that we can do it in parallel. |
reqsign v0.0.2 has been released: Xuanwo/reqsign#40 🏁 Let's come back to this PR! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your hard work! Mostly LGTM, I left some review on small details, PTAL.
I leave tests module unchange and refine the azblob module. After I finish list object func then I will create another PullRequest |
Looks so nice! Great work! |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Summary about this PR
I have finish basic functions of supporting azblob for opendal and stripe authing function from azure sdk for rust into reqsign repo. Now you can write read delete stat object in azure in behavior tests But I don't know how to wrap list_object response into stream.
Points to note: