This is a commandline tool to upload files to Amazon's S3 service.
This tool is available as part of "The Joy of Unix in Windows Tool Bundle":
Maven 2.x or above is needed for building S3Upload-cli. To build:
$ mvn package
To execute:
$ java -jar s3upload-cli-NN-jar-with-dependencies.jar
Where `NN' is the version number.
