Secure Media Library asset URL

Thanks for the response.
What I want to do is lock down the assets in the media library with JWT. They are hosted on S3 and they will require a Bearer token in order for you to access the asset. The S3 upload provider works well to upload the assets to this bucket easy enough. The issue I am having is with the Strapi Admin tool. It appears to me that both the media library and the content builder plugins use standard tags to display the images. I would like ultimately like to use a custom React component (or a better solution if there is one) to pass through the auth header in the image request.