Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 673 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 673 Bytes

AWS-S3-Manager-Console

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.

Requirements

To run this program, you need .NET Core 3.1 in your environment. If you don't have, please see here to install.

Usage

Run following command to run project.

dotnet run

App will run on localhost:5001.

Change log

S3 operations has changed with lambda functions. Functions will be added.

Welcome Page