Skip to content

Commit

Permalink
Update version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fviard committed Jul 15, 2018
1 parent b549182 commit 4801552
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion S3/PkgInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 3 additions & 2 deletions s3cmd.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4801552

Please sign in to comment.