I've written a recordings archive which comprises a policy that archives recordings to an S3 bucket and a UI that provides search and filtering.
Someone has pointed out to me that the recordings are never deleted, only the metadata. This means I don't have to store a copy of the recording in an S3 bucket, I just have to store the metadata then access the original recording, which no longer appears in the front end.
Question is, how do I do this? How can I get the S3 path of a Genesys recording?