Computer EngineeringComputer Information SystemsComputer NetworkingComputer ScienceComputing & Information TechnologyCybersecurity

ASP.NET: Working with an AWS S3 Bucket

Setting up your own data infrastructure involves a lot of time and resources. With AWS S3 Buckets, instead of investing a lot of money in your data storage infrastructure, you can just pay for what you need. You don’t have to worry about the costs of support or development and can instead focus on creating new features for your customers using the API that Amazon uses to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to the same highly scalable, reliable, fast, inexpensive data storage infrastructure that Amazon uses to run its own global network of websites. In this course, Ervis Trupja teaches you how to create a bucket, modify a bucket, and delete a bucket using C# .NET Core. He also covers tasks like how to store data in these buckets, add tags, and retrieve data. Ervis then demonstrates the important feature of multipart uploads, which is crucial for uploading large files in smaller parts.

Learn More