1
0
Fork 0
mirror of https://github.com/Luzifer/s3sync.git synced 2024-10-18 06:24:20 +00:00
s3sync/History.md

57 lines
1.1 KiB
Markdown
Raw Normal View History

2017-05-29 09:44:14 +00:00
# 1.2.6 / 2017-05-29
* Migrate and update Godeps
2017-05-29 09:13:03 +00:00
# 1.2.5 / 2017-05-29
* Noop: Enable Github releases
2015-07-26 14:09:19 +00:00
2016-03-23 16:20:35 +00:00
1.2.4 / 2016-03-23
==================
* Fix: Allow sync of subpaths from S3
2016-02-29 22:38:44 +00:00
1.2.3 / 2016-02-29
==================
* Fix: Synced files from Windows did not have subdirs
2015-08-01 22:04:47 +00:00
1.2.2 / 2015-08-02
==================
* Fix: Updated aws-sdk and solved issues with latest version
2015-08-01 21:45:35 +00:00
1.2.1 / 2015-08-01
==================
* Fix: Do not exit before every sync is done
2015-07-28 14:12:08 +00:00
1.2.0 / 2015-07-28
==================
* Added levels to logging to silence output if required
2015-07-26 16:42:31 +00:00
1.1.1 / 2015-07-26
==================
* Fix: Remove `-v` shorthand as it lead to confusion with "verbose" flags
* Fix: Made channels bigger for S3 processing
2015-07-26 16:02:04 +00:00
1.1.0 / 2015-07-26
==================
* Fetch s3 file list in parallel
* Do file sync with more than 1 thread in parallel
2015-07-26 14:38:42 +00:00
1.0.1 / 2015-07-26
==================
* Fix: List logic was not able to list more than 1000 files
* Fix: Move version info to flag instead of command
2015-07-26 14:09:19 +00:00
1.0.0 / 2015-07-26
==================
* Initial version