In some cases it would be beneficial to redirect users to an s3 presigned URL to get content vs streaming said content through the application itself. As described here #24, one such case would be when serving images.
What are thoughts on adding a redirect method to the proxy that would accept the req and res objects and return a 302 redirect?