Accessing Object Storage from Oracle Integration Cloud

In this video, you will see how to push the objects in the Object Storage using Oracle Integration. ******Command to generate API signing keys****** openssl genrsa -out oci_api_key.pem -aes128 2048 chmod go-rwx oci_api_key.pem openssl rsa -pubout -in oci_api_key.pem -out oci_api_key_public.pem ********************API for object storage******** /n/{namespaceName}/b/{bucketName}/o/{objectName}