Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET library or asp.net application for Amazon S3

I want to have a web based admin to upload, delete files and folders in Amazon S3 on ASP.NET website.
I am pretty sure something like this already exist, has anyone seen it?

like image 452
jpkeisala Avatar asked Oct 25 '08 12:10

jpkeisala


People also ask

Can we host .NET application in AWS?

You can run . NET 5 applications on AWS as direct deployments on Windows or Linux EC2 instances, on Windows or Linux containers running on EC2 instances, serverless Linux containers running on AWS Fargate, or serverless AWS Lambda functions.

Does AWS support .NET framework?

The AWS SDK for . NET supports applications written for . NET Core (. NET Core 3.1, .

Does AWS support ASP NET core?

AWS Elastic Beanstalk adds .NET Core on Linux platform. This new platform version makes it easy to get ASP.NET Core applications deployed to AWS quickly for either a dev stack or a full production environment including enhanced health, patching, autoscaling, and rolling deployments.


2 Answers

Have you tried this one? http://www.codeplex.com/ThreeSharp

like image 122
Dave Cluderay Avatar answered Sep 28 '22 02:09

Dave Cluderay


LitS3 works great

like image 35
John Sheehan Avatar answered Sep 28 '22 01:09

John Sheehan