diff --git a/NEWS b/NEWS index 847b2011d..7dfb020bb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +s3cmd-2.0.2 - 2018-07-15 +=============== +* Fixed unexpected timeouts encountered during requests or transfers due to AWS strange connection short timeouts (#941) +* Fixed a throttle issue slowing down too much transfers in some cases (#913) +* Added support for $AWS_PROFILE (#966) (Taras Postument) +* Added clarification comment for the socket_timeout configuration value OS limit +* Avoid distutils usage at runtime (Matthias Klose) +* Python 2 compatibility: Fixed import error of which with fallback code (Gianfranco Costamagna) +* Fixed Python 3 bytes string encoding when getting IAM credentials (Alexander Allakhverdiyev) +* Fixed handling of config tri-state bool values (like acl_public) (Brian C. Lane) +* Fixed V2 signature when restore command is used (Jan Kasiak) +* Fixed setting full_control on objects with public read access (Matthew Vernon) +* Fixed a bug when only one path is supplied with Cloudfront. (Mikael Svensson) +* Fixed signature errors with 'modify' requests (Radek Simko) +* Fixes #936 - Fix setacl command exception (Robert Moucha) +* Fixes error reporting if deleting a source object failed after a move (#929) +* Many other bug fixes (#525, #933, #940, #947, #957, #958, #960, #967) + +Important info: AWS S3 doesn't allow anymore uppercases and underscores in bucket names since march 1, 2018 + + s3cmd-2.0.1 - 2017-10-21 =============== * Support for Python 3 is now stable diff --git a/S3/PkgInfo.py b/S3/PkgInfo.py index eba4075a2..93c2ac5e4 100644 --- a/S3/PkgInfo.py +++ b/S3/PkgInfo.py @@ -7,7 +7,7 @@ ## Copyright: TGRMN Software and contributors package = "s3cmd" -version = "2.0.1+" +version = "2.0.2" url = "http://s3tools.org" license = "GNU GPL v2+" short_description = "Command line tool for managing Amazon S3 and CloudFront services" diff --git a/s3cmd.1 b/s3cmd.1 index 90873219e..7bc3a2e19 100644 --- a/s3cmd.1 +++ b/s3cmd.1 @@ -279,7 +279,8 @@ source file [sync] Don't delete destination objects. .TP \fB\-\-delete\-after\fR -Perform deletes after new uploads [sync] +Perform deletes AFTER new uploads when delete-removed +is enabled [sync] .TP \fB\-\-delay\-updates\fR *OBSOLETE* Put all updated files into place at end @@ -523,7 +524,7 @@ Enable verbose output. Enable debug output. .TP \fB\-\-version\fR -Show s3cmd version (2.0.1) and exit. +Show s3cmd version (2.0.2) and exit. .TP \fB\-F\fR, \fB\-\-follow\-symlinks\fR Follow symbolic links as if they are regular files