Skip to content

Commit 09f5629

Browse files
committed
Update version to 2.0.1
1 parent 1b36849 commit 09f5629

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
s3cmd-2.0.1 - 2017-10-21
2+
===============
3+
* Support for Python 3 is now stable
4+
* Fixed signature issues due to upper cases in hostname (#920)
5+
* Improved support for Minio Azure gateway (Julien Maitrehenry, Harshavardhana)
6+
* Added signurl_use_https option to use https prefix for signurl (Julien Recurt)
7+
* Fixed a lot of remaining issues and regressions for Python 3 (#922, #921, #908)
8+
* Fixed --configure option with Python 3
9+
* Fixed non string cmdline parameters being ignored
10+
* Windows support fixes (#922)
11+
* Don't force anymore to have a / on last parameter for the "modify" command (#886)
12+
* Removed the python3 support warning
13+
* Detect and report error 403 in getpolicy for info command (#894)
14+
* Added a specific error message when getting policy by non owner (#885)
15+
* Many other bug fixes (#905, #892, #890, #888, #889, #887)
16+
17+
118
s3cmd-2.0.0 - 2017-06-26
219
===============
320
* Added support for Python 3 (Shaform, Florent Viard)

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.0+"
10+
version = "2.0.1"
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ write_acp, full_control, all
259259
.TP
260260
\fB\-\-acl\-revoke\fR=PERMISSION:USER_CANONICAL_ID
261261
Revoke stated permission for a given amazon user.
262-
Permission is one of: read, write, read_acp, wr
263-
ite_acp, full_control, all
262+
Permission is one of: read, write, read_acp,
263+
write_acp, full_control, all
264264
.TP
265265
\fB\-D\fR NUM, \fB\-\-restore\-days\fR=NUM
266266
Number of days to keep restored file available (only
@@ -523,7 +523,7 @@ Enable verbose output.
523523
Enable debug output.
524524
.TP
525525
\fB\-\-version\fR
526-
Show s3cmd version (2.0.0) and exit.
526+
Show s3cmd version (2.0.1) and exit.
527527
.TP
528528
\fB\-F\fR, \fB\-\-follow\-symlinks\fR
529529
Follow symbolic links as if they are regular files

0 commit comments

Comments
 (0)