This repository created for a Simple AWS S3 Bucket Console site. Uses AWS .NET SDK and .NET Core 3.1. You can run this program by cloning this repository and following the instructions below.
To run this program, you need .NET Core 3.1 in your environment. If you don't have, please see here to install.
Run following command to run project.
dotnet run
App will run on localhost:5001
.
S3 operations has changed with lambda functions. Functions will be added.