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.
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.)
-
Download one of the following ZIP files:
-
aws-sdk-netcoreapp3.1.zip
- Assemblies that support .NET Core 3.1 and later. -
aws-sdk-netstandard2.0.zip
- Assemblies that support .NET Standard 2.0 and 2.1. -
aws-sdk-net45.zip
- Assemblies that support .NET Framework 4.5 and later. -
aws-sdk-net35.zip
- Assemblies that support .NET Framework 3.5.
-
-
Extract the assemblies to some "download" folder on your file system; it doesn't matter where. Make note of this folder.
-
When you set up your project, you get the required assemblies from this folder, as described in Install AWSSDK assemblies without NuGet.
Install the MSI on Windows
(Remember that this isn't the recommended method for handling references to the Amazon SDK for .NET.)
If you are required to install an MSI instead of using NuGet or one of the methods described
earlier, you can find the legacy MSI at https://sdk-for-net.amazonwebservices.com/latest/AWSToolsAndSDKForNet.msi
By default, the Amazon SDK for .NET is installed in the Program Files
folder, which
requires administrator privileges. To install the SDK as a non-administrator, choose a different
folder.