Obtaining assemblies for the Amazon SDK for .NET - 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).

Obtaining assemblies for the Amazon SDK for .NET

This topic describes how you can obtain the AWSSDK assemblies and store them locally (or on premises) for use in your projects. This is not the recommended method for handling SDK references, but is required in some environments.

Note

The recommended method for handling SDK references is to download and install just the NuGet packages that each project needs. That method is described in Install AWSSDK packages with NuGet.

If you can't or aren't allowed to download and install NuGet packages on a per-project basis, the following options are available to you.

Download and extract ZIP files

(Remember that this isn't the recommended method for handling references to the Amazon SDK for .NET.)

  1. Download one of the following ZIP files:

    Warning

    Starting August 15th, 2024, the Amazon SDK for .NET will end support for .NET Framework 3.5 and will change the minimum .NET Framework version to 4.6.2. For more information, see the blog post Important changes coming for .NET Framework 3.5 and 4.5 targets of the Amazon SDK for .NET.

  2. Extract the assemblies to some "download" folder on your file system; it doesn't matter where. Make note of this folder.

  3. When you set up your project, you get the required assemblies from this folder, as described in Install AWSSDK assemblies without NuGet.