If a user wants to download a build artifact or attachment in an issue, gitlab will redirect the request to s3. When using the docker registry, the s3 storage driver serves as a proxy, so Gitlab will fetch the image and fulfill the request. No redirect is involved here (as far as I can see). How could I replicate this behavior for attachments and artifacts?
We are Self-managed running 16.1.2-ee
I have not tried anything besides studying the documentation.