Trying to build a Endpoint connector to OCI Object storage

We have a Project that is building interfaces between NetSuite and ORMB. However for this specific Interface we will be connection to the Oracle Object Storage (OCI)

Can Celigo Connect to OCI( I do don't see a native connection therefore HTTP is the direction we are thinking.

What is Object Storage? | Oracle

We have the Base URL and believe we can use a HTTP-based connection however we cannot find anything about building this connection. The other option I was looking int was using a Wrapper. I think this may be making it overly complicated.

Celigo Wrapper what I found Set up a wrapper connection – Celigo Help Center

We have all the access token and permissions correct with Oracle however not sure how to connect and our vendor is suggesting that we use a SFTPGo, S3 , of some other file share to connect to OCI then we build a connection to that third party app. This seems like adding an additional step for no reason. Celigo should be able to connect to Oracle OCI directly.

Please help if you have any ideas or Have done this before. I have done with other middleware tools but cannot seem to get it to work with Celigo

I was able to get this working in Postman, but I fell short in being able to bring this to Celigo currently. The limitation is the complexity of the OCI signature used for authentication. You have to send an Authorization header with this Signature version="1",keyId="${apiKeyId}",algorithm="rsa-sha256",headers="${headers}",signature="${base64EncodedSignature}", and it’s not possible to create the signature piece of it.

The wrapper, S3, or FTP route should work.

Thank you very much for your help.

You have saved us some time on trying to make it work.

Have a great day