S3.exe 1.7.1

dotnet add package S3.exe --version 1.7.1
                    
NuGet\Install-Package S3.exe -Version 1.7.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="S3.exe" Version="1.7.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="S3.exe" Version="1.7.1" />
                    
Directory.Packages.props
<PackageReference Include="S3.exe" />
                    
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 S3.exe --version 1.7.1
                    
#r "nuget: S3.exe, 1.7.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.
#:package S3.exe@1.7.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=S3.exe&version=1.7.1
                    
Install as a Cake Addin
#tool nuget:?package=S3.exe&version=1.7.1
                    
Install as a Cake Tool

A Windows command-line utility for Amazon's S3 & EC2 web services that requires no installation, is a single .EXE file with no DLLs, and requires only .NET 2.0 or Mono, so will work on a plain vanilla Windows 2003 installation.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.7.1 145 3/10/2014
1.7.0 53 11/25/2013

Release 1.7 from Codeplex, Jun 22, 2010. Change Set: 47597.

Modified to prevent writing to Console.Error for non-error info.