Skip to content

Releases: tdunnington/s3cp

s3cp 0.3 beta

19 Jun 21:39
Compare
Choose a tag to compare
s3cp 0.3 beta Pre-release
Pre-release

New in 0.3

  • Added support for reduced redundancy when uploading to S3.

First beta release

17 Jun 02:53
Compare
Choose a tag to compare
First beta release Pre-release
Pre-release

s3cp v0.2-beta

This is the first beta release of s3cp. While it's marked pre-release/beta, it is usable.

v0.2 beta includes the following features:

  • Upload a local file to an S3 bucket
  • Download a file from an S3 bucket to a local file
  • Quiet mode, for scripting purposes
  • Exit codes, again for scripting purposes
    • zero for success (the file was transferred as you expected it to be)
    • non-zero for failure (your file did not upload)
  • First cut at documentation in README.md
  • Cross-compiled for many more platforms than I suspect will ever be used
    • Only linux and Windows have been tested; all other platforms may or may not work