Skip to content

Commit 4801552

Browse files
committed
Update version to 2.0.2
1 parent b549182 commit 4801552

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

NEWS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
s3cmd-2.0.2 - 2018-07-15
2+
===============
3+
* Fixed unexpected timeouts encountered during requests or transfers due to AWS strange connection short timeouts (#941)
4+
* Fixed a throttle issue slowing down too much transfers in some cases (#913)
5+
* Added support for $AWS_PROFILE (#966) (Taras Postument)
6+
* Added clarification comment for the socket_timeout configuration value OS limit
7+
* Avoid distutils usage at runtime (Matthias Klose)
8+
* Python 2 compatibility: Fixed import error of which with fallback code (Gianfranco Costamagna)
9+
* Fixed Python 3 bytes string encoding when getting IAM credentials (Alexander Allakhverdiyev)
10+
* Fixed handling of config tri-state bool values (like acl_public) (Brian C. Lane)
11+
* Fixed V2 signature when restore command is used (Jan Kasiak)
12+
* Fixed setting full_control on objects with public read access (Matthew Vernon)
13+
* Fixed a bug when only one path is supplied with Cloudfront. (Mikael Svensson)
14+
* Fixed signature errors with 'modify' requests (Radek Simko)
15+
* Fixes #936 - Fix setacl command exception (Robert Moucha)
16+
* Fixes error reporting if deleting a source object failed after a move (#929)
17+
* Many other bug fixes (#525, #933, #940, #947, #957, #958, #960, #967)
18+
19+
Important info: AWS S3 doesn't allow anymore uppercases and underscores in bucket names since march 1, 2018
20+
21+
122
s3cmd-2.0.1 - 2017-10-21
223
===============
324
* Support for Python 3 is now stable

S3/PkgInfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Copyright: TGRMN Software and contributors
88

99
package = "s3cmd"
10-
version = "2.0.1+"
10+
version = "2.0.2"
1111
url = "http://s3tools.org"
1212
license = "GNU GPL v2+"
1313
short_description = "Command line tool for managing Amazon S3 and CloudFront services"

s3cmd.1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ source file [sync]
279279
Don't delete destination objects.
280280
.TP
281281
\fB\-\-delete\-after\fR
282-
Perform deletes after new uploads [sync]
282+
Perform deletes AFTER new uploads when delete-removed
283+
is enabled [sync]
283284
.TP
284285
\fB\-\-delay\-updates\fR
285286
*OBSOLETE* Put all updated files into place at end
@@ -523,7 +524,7 @@ Enable verbose output.
523524
Enable debug output.
524525
.TP
525526
\fB\-\-version\fR
526-
Show s3cmd version (2.0.1) and exit.
527+
Show s3cmd version (2.0.2) and exit.
527528
.TP
528529
\fB\-F\fR, \fB\-\-follow\-symlinks\fR
529530
Follow symbolic links as if they are regular files

0 commit comments

Comments
 (0)