I have a bit of a two-fold question both related to serving a video in Koha. A library that I'm volunteering to help me maintain is trying to serve videos to be viewable in browser. As of right now with the way that it is configured it looks like when we click link to resource it is going to our AWS bucket directly and leaving the Koha site. Is there a way to have this viewable within Koha? The videos he wants to display are .mp4 and .mov formats, if that matters. Further, as I was inspecting their link to resource I noticed that the link goes directly to a link in the S3 bucket. Does Koha have built in support for 'Link to Resouce' to use a presigned url to the bucket object instead of a hard coded direct url? Thank you!