Upload files directly to Amazon S3 from ASP.NET application

后端 未结 5 1226
[愿得一人]
[愿得一人] 2020-11-29 20:57

My ASP.NET MVC application will take a lot of bandwidth and storage space. How can I setup an ASP.NET upload page so the file the user uploaded will go straight to Amazon S3

5条回答
  •  孤街浪徒
    2020-11-29 21:50

    Update Feb 2016:

    The AWS SDK can handle a lot more of this now. Check out how to build the form, and how to build the signature. That should prevent you from needing the bandwidth on your end, assuming you need to do no processing of the content yourself before sending it to S3.

提交回复
热议问题