All Versions
29
Latest Version
Avg Release Cycle
254 days
Latest Release
2248 days ago
Changelog History
Page 1
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 methodwrite_file_chunk
- โ Full E2E test-suite running on python 2 and 3, backed by Travis-CI
- โ Added
-
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.