Using Amazon Simple Storage Service Internet storage - Amazon SDK for .NET
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Using Amazon Simple Storage Service Internet storage

The Amazon SDK for .NET supports Amazon S3, which is storage for the Internet. It is designed to make web-scale computing easier for developers.

APIs

The Amazon SDK for .NET provides APIs for Amazon S3 clients. The APIs enable you to work with Amazon S3 resources such as buckets and items. To view the full set of APIs for Amazon S3, see the following:

The Amazon S3 APIs are provided by the following NuGet packages:

Prerequisites

Before you begin, be sure you have set up your environment and project. Also review the information in SDK features.

Examples in this document

The following topics in this document show you how to use the Amazon SDK for .NET to work with Amazon S3.

Examples in other documents

The following links to the Amazon S3 Developer Guide provide additional examples of how to use the Amazon SDK for .NET to work with Amazon S3.

Note

Although these examples and additional programming considerations were created for Version 3 of the Amazon SDK for .NET using .NET Framework, they are also viable for later versions of the Amazon SDK for .NET using .NET Core. Small adjustments in the code are sometimes necessary.