DEV Community

Sugumar Prabhakar
Sugumar Prabhakar

Posted on

S3 File Upload & Download using .NET7 Blazor WASM & WebApi

In this series, We are going to see how to create a Blazor Web Assembly application that will connect with the AWS S3 services and do file uploads and downloads into S3 buckets. An ASP NET Core WebAPI application will be acting as an intermediate backend service that will handle the request from the Blazor application and do the appropriate actions in the AWS S3.

We will use .NET 7 for this tutorial as it is the latest at this time. In the next chapter, you will find out how to set up AWS IAM users.

Top comments (0)