apache / opendal

Apache OpenDAL: access data freely.
https://opendal.apache.org
Apache License 2.0
3.06k stars 423 forks source link

Add native Oracle Cloud Objec Storage support #377

Open Xuanwo opened 2 years ago

Xuanwo commented 2 years ago

Oracle has its own native API support: https://docs.oracle.com/en-us/iaas/api/#/en/objectstorage/20160918/Object/GetObject

Xuanwo commented 1 year ago

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

Xuanwo commented 1 year ago

Blocked by https://github.com/apache/incubator-opendal/issues/2563