.NET applications running on-premises usually store application data – text and binary files, static website assets, etc. – on local or networked file storage. While cloud-based network storage is still a possibility with services such as Amazon FSx for Windows File Server and others, you’ll probably begin using cloud-based object storage with Amazon Simple Storage Service (S3) .
In this chapter, we’ll take a closer look at S3 from the perspective of an application. We’ll start by ...