Releases: sethgoldin/s3-xxHash-transfer
S3 xxHash Transfer 2.0.0
This is ready for production. Added a "success" message to resolve ambiguity for users.
S3 xxHash Transfer 2.0.0-beta
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
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
- 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 whichmhl
wouldn't be able to verify an MHL file in a destination directory with spaces in the directory name
S3 xxHash Transfer
Added some messages so that users see when hashing is occurring.
S3 xxHash Transfer
Cleaned up some of the Windows code under the hood.
Added version information on all scripts.
Linux, macOS, and Windows
Shell scripts are now provided across Linux, macOS, and Windows.
bash scripts for Linux and macOS
The bash
scripts have been tested on both Linux and macOS.
Linux - 0.0.1
This is an initial build for Linux, a kind of minimum viable product. macOS and Windows support will come later.