I have my own REST API to call in order to download a file. (At the end, the file could be store in different kind of server... Amazon s3, loca
REST API
Return a HTTP 303 Redirect with the Location header set to the blob's public URL in the S3 bucket.
Location
If your bucket is private then you need to proxy the request instead of performing a redirect, unless your clients also have access to the bucket.