Upload files directly to Amazon S3 from ASP.NET application

后端 未结 5 1217
[愿得一人]
[愿得一人] 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:36

    ThreeSharp is a library to facilitate interactions with Amazon S3 in a .NET environment.

    You'll still need to host the logic to upload and send files to s3 in your mvc app, but you won't need to persist them on your server.

提交回复
热议问题