All Versions
29
Latest Version
Avg Release Cycle
254 days
Latest Release
2081 days ago

Changelog History
Page 1

  • v2.1.0 Changes

    August 13, 2018
    • โž• Added --endpoint_url flag to allow s4cmd to work with non-s3 object storage services (#82)
    • ๐Ÿ›  Fix bug in pip install (#102)
    • ๐Ÿ›  Fix bug which was leading to errors on zero length files (#81)
    • โž• Add flag --version to display s4cmd version
    • Check added to ensure consistency of os.write in method write_file_chunk
    • โœ… Full E2E test-suite running on python 2 and 3, backed by Travis-CI
  • v2.0.1 Changes

    May 12, 2016
    • ๐Ÿ”€ Merge change from @rameshrajagopal for S3 keys in command-line parameters.
  • v2.0.0 Changes

    • Fully migrated from old boto 2.x to new boto3 library.
    • ๐Ÿ‘Œ Support S3 pass through APIs.
    • ๐Ÿ‘Œ Support batch delete (with delete_objects API).
    • ๐Ÿ‘Œ Support S4CMD_OPTS environment variable.
    • ๐Ÿ‘Œ Support moving files larger than 5GB with multipart upload.
    • ๐Ÿ‘Œ Support timestamp filtering with --last-modified-before and --last-modified-after options.
    • Faster upload with lazy evaluation of md5 hash.
    • Listing large number of files with S3 pagination, with memory is the limit.
    • ๐Ÿ†• New directory to directory dsync command to replace old sync command.
  • v1.5.23 Changes

    • โž• Add bash command line completion
  • v1.5.22 Changes

    June 09, 2015
    • โž• Add compatibility for Python3
  • v1.5.21 Changes

    June 05, 2015
    • ๐Ÿ”€ Merge changes from linsomniac@github for better argument parsing
  • v1.5.20 Changes

    February 18, 2015
    • ๐Ÿ”€ Merge change from oniltonmaciel@github for arguments for multi-part upload.
    • ๐Ÿ›  Fix setup.py for module and command line tool
  • v1.5.19 Changes

    February 18, 2015
    • 0๏ธโƒฃ Set socket.setdefaulttimeout() to prevent boto/s3 socket read block in httplib.
  • v1.5.18 Changes

    • ๐Ÿ‘‰ Use validate=self.opt.validate to prevent extraneous list API calls.
  • v1.5.17 Changes

    • Check file size consistency after download; will retry the download if inconsistent.