C# MVC Download Big File from S3 Async

后端 未结 2 706
失恋的感觉
失恋的感觉 2021-02-09 01:13

I have to download a file from aws S3 async. I have a anchor tag, on clicking it a method will be hit in a controller for download. The file should be start downloading at the b

2条回答
  •  长发绾君心
    2021-02-09 02:16

    As i understand, you want to make something like "reverse proxy" from your server to S3. Very userful article how to do that with Nginx you can find here: https://stackoverflow.com/a/44749584

提交回复
热议问题