I want to connnect to object store on another instance of oracle usign oci function
Hi Experts !
My requirement is to connect to another instance of oracle's object store and put files using OCI function on a different oracle instance. I am able to do it using python on my local by using a config file and load it which is working fine
However i am not able to do it in OCI function.
I read in oracle blogs that oci by default uses ~/.oci/config which results to
However, it says
I understand maybe function is not allowed to access this location, but then how and where do I store my config file so that function can read it from there?
0