All Versions
21
Latest Version
Avg Release Cycle
97 days
Latest Release
634 days ago

Changelog History
Page 2

  • v0.6.2 Changes

    January 24, 2020
    • ๐Ÿ›  Fix bug in brew install.
    • โšก๏ธ Update travis configuration.
  • v0.6.1 Changes

    January 09, 2020
    • โ†” Integrate Travis CI.
    • โž• Add option to disable SSL verification.
    • โž• Add endpoint url flag to support S3 compatible services.
    • ๐Ÿ‘‰ Use client's endpoint in GetSessionForBucket.
    • โฌ†๏ธ Upgrade minimum required Go version to 1.7.
  • v0.6.0 Changes

    March 30, 2018
    • 0๏ธโƒฃ Use 50mb chunks by default.
    • โž• Add human-readable output option -H.
    • Implement "command -h".
  • v0.5.8 Changes

    March 15, 2018
    • ๐Ÿ”จ Refactor retryable error handling.
    • Autodetect bucket region in command completion.
    • โž• Add HomeBrew formula.
  • v0.5.7 Changes

    August 16, 2017
    • โž• Add -s and -u options to overwrite files if sizes differ or files are lastly modified.
    • ๐Ÿ‘ท Use constructor for *JobArgument.
  • v0.5.6 Changes

    June 15, 2017
    • โž• Add -dlw, -dlp and -ulw configuration options for worker pool.
  • v0.5.5 Changes

    May 29, 2017
    • ๐Ÿ›  Fix get/cp without 2nd param or exact destination filename.
  • v0.5.4 Changes

    May 23, 2017
    • Implement shell auto completion.
    • โž• Add context support for batch AWS requests.
    • Implement "s5cmd get".
    • โฌ‡๏ธ Reduce idle-timer values.
    • โž• Add option -vv to log parser errors verbosely.
    • Implement "du -g" to group by storage class.
  • v0.5.3 Changes

    March 09, 2017
    • ๐Ÿ‘‰ Use Go bool type instead of aws.Bool on recoverer.
  • v0.5.2 Changes

    March 09, 2017
    • ๐Ÿ‘‰ Make RequestError retryable.