AWSS3Helper 1.2.0.1

dotnet add package AWSS3Helper --version 1.2.0.1
                    
NuGet\Install-Package AWSS3Helper -Version 1.2.0.1
                    
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="AWSS3Helper" Version="1.2.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AWSS3Helper" Version="1.2.0.1" />
                    
Directory.Packages.props
<PackageReference Include="AWSS3Helper" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AWSS3Helper --version 1.2.0.1
                    
#r "nuget: AWSS3Helper, 1.2.0.1"
                    
#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.
#addin nuget:?package=AWSS3Helper&version=1.2.0.1
                    
Install AWSS3Helper as a Cake Addin
#tool nuget:?package=AWSS3Helper&version=1.2.0.1
                    
Install AWSS3Helper as a Cake Tool

Simple lightweight AWS S3 Helper.

Simplify usage of AWS S3 to get, move, put and delete objects.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0.1 1,240 4/25/2014
1.2.0 125 4/22/2014
1.1.0 153 4/14/2014

1.2.0.1
* Fix StreamReader signature for .Net4 or lower
1.2.0.0
* Major refactoring