Skip to content

Releases: sethgoldin/s3-xxHash-transfer

S3 xxHash Transfer 2.0.0

23 Feb 17:27
f68753b
Compare
Choose a tag to compare

This is ready for production. Added a "success" message to resolve ambiguity for users.

S3 xxHash Transfer 2.0.0-beta

22 May 03:20
30a08bc
Compare
Choose a tag to compare
Pre-release

2.0.0 will be a major release, and will be backwards-incompatible with 1.0.0.

The major difference here is that the previous 1.0.0 scripts encouraged sloppy management of S3 buckets by making new buckets for every transfer.

The scripts in 2.0.0 don't make buckets; they just reference an "S3 URL," giving the user the freedom to create their own buckets on their own terms, and manage permissions accordingly.

S3 xxHash Transfer 1.0.0

23 Mar 14:27
845a211
Compare
Choose a tag to compare

As per the recommendation from the Semantic Versioning specification, since users are indeed actively relying on this in production, it's time to call this 1.0.0.

S3 xxHash Transfer 0.0.6

15 Mar 04:38
358bcc7
Compare
Choose a tag to compare
Pre-release
  • Cleaned up some PowerShell code so as to more cleanly throw errors when necessary
  • Added some PowerShell code to keep the PowerShell interface open so as to let user see messages: notices of success or errors
  • Fixed a bug in receive.sh in which mhl wouldn't be able to verify an MHL file in a destination directory with spaces in the directory name

S3 xxHash Transfer

11 Mar 22:21
de0e9fe
Compare
Choose a tag to compare
S3 xxHash Transfer Pre-release
Pre-release

Added some messages so that users see when hashing is occurring.

S3 xxHash Transfer

11 Mar 19:51
d214ef1
Compare
Choose a tag to compare
S3 xxHash Transfer Pre-release
Pre-release

Cleaned up some of the Windows code under the hood.

Added version information on all scripts.

Linux, macOS, and Windows

10 Mar 21:24
486700f
Compare
Choose a tag to compare
Pre-release

Shell scripts are now provided across Linux, macOS, and Windows.

bash scripts for Linux and macOS

09 Mar 21:49
3337a23
Compare
Choose a tag to compare
Pre-release

The bash scripts have been tested on both Linux and macOS.

Linux - 0.0.1

08 Mar 22:38
275ad32
Compare
Choose a tag to compare
Linux - 0.0.1 Pre-release
Pre-release

This is an initial build for Linux, a kind of minimum viable product. macOS and Windows support will come later.