-
Notifications
You must be signed in to change notification settings - Fork 523
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
Implement Huawei Object Storage Service Support #512
Comments
cc @eastfisher |
/assignme |
Thank @eastfisher, for implementing obs signer! Now |
https://support.huaweicloud.com/intl/en-us/api-obs/obs_04_0080.html In OBS, for a single upload, the size of the object to be uploaded ranges [0, 5 GB]. To upload a file greater than 5 GB, see Operations on Multipart Upload. For Databend, is it need to support single upload which is larger than 5 GB ? |
Nice catch. We will handle this via https://opendal.databend.rs/rfcs/0438-multipart.html So don't worry about that. |
#556 has been merged, we can implement |
Thank @eastfisher. OpenDAL now has native obs support! |
API Docs: https://support.huaweicloud.com/api-obs/obs_04_0010.html
Tasks
The text was updated successfully, but these errors were encountered: