Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
s3cmd-2.3.0.tar.gz | 2022-10-03 | 136.8 kB | |
s3cmd-2.3.0.zip | 2022-10-03 | 152.6 kB | |
s3cmd-2.3.0-py2.py3-none-any.whl | 2022-10-03 | 156.2 kB | |
s3cmd-2.3.0.tar.gz.asc | 2022-10-03 | 833 Bytes | |
s3cmd-2.3.0.zip.asc | 2022-10-03 | 833 Bytes | |
s3cmd-2.3.0-py2.py3-none-any.whl.asc | 2022-10-03 | 833 Bytes | |
README.md | 2022-10-03 | 1.3 kB | |
v2.3.0.tar.gz | 2022-10-03 | 460.2 kB | |
v2.3.0.zip | 2022-10-03 | 480.3 kB | |
Totals: 9 Items | 1.4 MB | 10 |
- Added "getnotification", "setnotification", and "delnotification" commands for notification policies (hrchu)
- Added support for AWS_STS_REGIONAL_ENDPOINTS (#1218, [#1228]) (Johan Lanzrein)
- Added ConnectionRefused [111] exit code to handle connection errors (Salar Nosrati-Ershad)
- Added support for IMDSv2. Should work automatically on ec2 (Anthony Foiani)
- Added --list-allow-unordered to list objects unordered. Only supported by Ceph based s3-compatible services (#1269) (Salar Nosrati-Ershad)
- Fixed --exclude dir behavior for python >= 3.6 (Daniil Tararukhin)
- Fixed Cloudfront invalidate retry issue (Yuan-Hsiang Lee)
- Fixed 0 byte cache files crashing s3cmd (#1234) (Carlos Laviola)
- Fixed --continue behavior for the "get" command (#1009) (Anton Ustyugov)
- Fixed unicode issue with fixbucket (#1259)
- Fixed CannotSendRequest and ConnectionRefusedError errors at startup (#1261)
- Fixed error reporting for object info when the object does not exist
- Fixed "setup.py test" to do nothing to avoid failure that could be problematic for distribution packaging (#996)
- Improved expire command to use Rule/Filter/Prefix for LifecycleConfiguration (#1247)
- Improved PASS/CHECK/INCLUDE/EXCLUDE debug log messages
- Improved setup.py with python 3.9 and 3.10 support info(Ori Avtalion)
- Many other bug fixes