OCI Object Storage Access at OIC
Content
We're trying to upload csv files into OCI Object Storage bucket.
In order to upload files/objects into OBject Storage from the back end, either this will be by using "Pre-Authenticated Request" or "OCI REST APIs".
Using "Pre-Authenticated Request" is simple and straight forward, yet, it's not secure at all and not recommended for Production.
Using "OCI REST APIs" requires a lot of steps to have the request go through; signing key, finger print, timestamp of the request, signature version,....etc.
At ODI, there's a re-configured Data Server specific for "Object Storage" where all the above details can be entered.
Tagged:
0