Xuanwo
Xuanwo
Maybe all OpXxx should be refactored.
Auth: https://github.com/oracle/oci-go-sdk/tree/master/common/auth Sign: https://docs.oracle.com/en-us/iaas/Content/API/Concepts/signingrequests.htm Go SDK: https://github.com/oracle/oci-go-sdk/blob/master/common/http_signer.go
cc @eastfisher
Thank @eastfisher, for implementing obs signer! Now `reqsign` v0.4 has been released with obs support, let's go!
> 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...
https://github.com/datafuselabs/opendal/pull/556 has been merged, we can implement `write` and `create` with the new API new.
Thank @eastfisher. OpenDAL now has native obs support!
We can use opendal to replace tools like `aws-cli`, `s3cmd`, `azcopy`, and so on, making it easy for tests.
This issue is too general. @eastfisher please feel free to create sub-issues and link here.
Related to https://github.com/datafuselabs/opendal/pull/481