Atom.AWSClient 1.1.5

dotnet add package Atom.AWSClient --version 1.1.5
NuGet\Install-Package Atom.AWSClient -Version 1.1.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Atom.AWSClient" Version="1.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Atom.AWSClient --version 1.1.5
#r "nuget: Atom.AWSClient, 1.1.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Atom.AWSClient as a Cake Addin
#addin nuget:?package=Atom.AWSClient&version=1.1.5

// Install Atom.AWSClient as a Cake Tool
#tool nuget:?package=Atom.AWSClient&version=1.1.5

Defines unified AWSSettings class used to build various AWS clients.

Add this package to your core library, so it would get the source code of this module without installing a binary dependency. Then proceed with using corresponding functionality from Atom.AWS namespace, like if it was installed using binary assembly.

Check out GitHub for more docs and usage examples.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Atom.AWSClient:

Package Downloads
Atom.AWSQueue

Base class for connecting to AWS queue. Add this package to your core library, so it would get the source code of this module without installing a binary dependency. Then proceed with using corresponding functionality from Atom.AWS namespace, like if it was installed using binary assembly. Check out GitHub for more docs and usage examples.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.5 1,449 6/6/2022
1.1.4 1,591 9/11/2020
1.1.3 1,520 9/11/2020
1.1.2 1,556 9/11/2020
1.1.1 1,565 6/27/2020
1.1.0 5,721 5/22/2020
1.0.0 5,057 5/21/2020

Adjusted AWS SDK version to provide better compatibility.