Get the source code for this video for FREE → https://the-dotnet-weekly.ck.page/aws-s3
Want to master Clean Architecture? Go here: https://bit.ly/3PupkOJ
Want to unlock Modular Monoliths? Go here: https://bit.ly/3SXlzSt
Join a community of 1000+ .NET developers: https://www.patreon.com/milanjovanovic
Get $25 AWS credit for free here: https://aws.amazon.com/developer/language/net/getting-started
Dive into the world of Amazon S3 with this comprehensive guide for .NET developers!
In this video, we'll explore essential S3 operations using the AWS SDK for .NET, including uploading, fetching, and deleting files. But that's just the beginning – I'll also demystify presigned URLs and show you how to leverage them for secure, temporary access to your S3 resources.
Learn how to implement client-side uploads using presigned URLs and discover the power of multipart uploads for handling large files efficiently. Whether you're new to S3 or looking to level up your skills, this tutorial has something for everyone. Get ready to supercharge your .NET applications with Amazon S3!
Check out my courses:
https://www.milanjovanovic.tech/courses
Read my Blog here:
https://www.milanjovanovic.tech/blog
Join my weekly .NET newsletter:
https://www.milanjovanovic.tech
Chapters
0:00 What is S3? Getting started
5:17 Uploading Files Using the S3 SDK in .NET
11:38 Downloading files from S3
13:27 Deleting files from S3
14:40 Using presigned URLs with S3
18:10 Uploading files to S3 with presigned URLs
22:39 S3 pricing
23:52 Implementing multipart upload with S3