Requirement is to fetch the content of the file from object storage with object storage GET REST API.
Issue : When Test the connection through service connection tab, I am able to get file content from object storage but when the same url is accessed through Action chain, the file returns no data.
I`ve referred this blog to implement object storage all 3 operations in Visual Builder : https://blogs.oracle.com/vbcs/post/upload-download-files-from-oci-storage-visual-builder
DELETE and PUT Operations works as expected from action chain but GET operation is not working as expected when accessed through Action Chain.
is there any configuration while creating action chain that is restricting to fetch content of the file/object from Object Storage?