io icon indicating copy to clipboard operation
io copied to clipboard

Support for Oracle Cloud object storage (oci)

Open teocasse opened this issue 4 years ago • 0 comments

Hi all, I would like to ask if any consideration has been made into adding support for Oracle Cloud object storage (i.e. oci filesystem).

From what I can see, the main challenge could be the lack of a C++ SDK (https://docs.oracle.com/en-us/iaas/Content/API/Concepts/sdks.htm). Is the availability of a C/C++ library a requirement for integration of filesystems? Or would it be possible to use one of the other SDKs?

Otherwise, a "plan B" could be leveraging the S3 compatibility layer (https://docs.oracle.com/en-us/iaas/Content/Object/Tasks/s3compatibleapi.htm) and the existing S3 filesystem implementation. But that could also be done at application level.

Any thoughts? Thanks in advance!

teocasse avatar Sep 28 '21 11:09 teocasse