Object Storage Multipart File Retrieval
I am looking to transfer files from our Oracle EPM Cloud services to other third-party systems via Object Storage REST APIs or OCI CLI. We're currently using the copyToObjectStorage EPM Automate commands to transfer files to Object Storage successfully and are able to pull those files back into our EPM services with the copyFromObjectStorage command. Many of our files are larger so they are broken into mulitpart files, and while these EPM Automate commands work well to reassemble the multipart files, I can't seem to find an equivalent API in OCI to retrieve a fully reassembled file.
When calling the OCI APIs to retrieve files it looks like only the get and bulk-download commands would retrieve files, and neither appear to reassemble the multipart files created by EPM as I have tested both through the OCI CLI without any luck.