I need to get a URL I can use in a <video> tag. The videos will be viewed on an APEX page in the same application. I am using Oracle Cloud Infrastructure (OCI) authentication. Also byte range needs to be supported, which I believe object storage does support, but I want to check.
I need to get the mime type so I can select the correct HTML.
I used the following info for list upload and delete:
https://blogs.oracle.com/connect/post/better-file-storage-in-oracle-cloud How do I get the URL I need to display video and images?