FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ajtomala/WebUploadFileS3: Uploading Files to Amazon S3 in ASP.NET Core with Razor Pages · GitHub

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uploading Files to Amazon S3 in ASP.NET Core with Razor Pages 📁🌩️

Descripción

This project is a web application developed in ASP.NET Core using Razor Pages. It allows users to upload files to Amazon S3, the AWS cloud storage service. This solution is ideal for managing and storing files securely and efficiently in the cloud.🚀

Technologies Used

  • ASP.NET Core: Framework for building modern and scalable web applications.
  • Razor Pages: Simplifies UI development in ASP.NET Core, providing a cleaner, more manageable code structure.
  • Amazon S3: Cloud storage service offering high durability, availability and scalability.
  • Amazon S3 SDK for .NET: Provides simple and direct integration with AWS services.

Features.

  1. File Upload Form: Allows users to select and upload files from their device.
  2. File Management in S3: Ability to upload files from an Amazon S3 bucket. 📄➡️🌩️
  3. Security and Configuration: Secure handling of AWS credentials and bucket configuration via appsettings.json.🔒

Initial Configuration

  1. Framework version for .NET:

  2. Install the AWS SDK for .NET:

  3. Configure appsettings.json: { “AWS": { “AccessKey": ‘taccess-key-id’, “secretKey": ‘secret-access-key’, “bucketName": ‘bucket-name’, “Region": ”us-west-1” } }

About

Uploading Files to Amazon S3 in ASP.NET Core with Razor Pages

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL