-
Notifications
You must be signed in to change notification settings - Fork 621
feat: Implement huaweicloud obs service other op support #557
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
Conversation
# Conflicts: # src/services/obs/backend.rs
Hi, I'm working a refactor at #556 which expected to be merged tomorrow. RFC could be found here: https://opendal.databend.rs/rfcs/0554-write-refactor.html. I believe this change will make our services easier to be implemented. So can you leave |
ok |
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.
Nice PR, mostly LGTM!
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.
Nice PR, you are my hero of the today!
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
This PR implements Huaweicloud OBS service: list, delete, stat.
Related to #512