Skip to content

Commit cdc2e26

Browse files
committed
Update version to 2.1.0
1 parent 0c392f9 commit cdc2e26

File tree

3 files changed

+49
-8
lines changed

3 files changed

+49
-8
lines changed

NEWS

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
s3cmd-2.1.0 - 2020-04-07
2+
===============
3+
* Changed size reporting using k instead of K as it a multiple of 1024 (#956)
4+
* Added "public_url_use_https" config to generate public url using https (#551, #666) (Jukka Nousiainen)
5+
* Added option to make connection pooling configurable and improvements (Arto Jantunen)
6+
* Added support for path-style bucket access to signurl (Zac Medico)
7+
* Added docker configuration and help to run test cases with multiple Python versions (Doug Crozier)
8+
* Relaxed limitation on special chars for --add-header key names (#1054)
9+
* Fixed all regions that were automatically converted to lower case (Harshavardhana)
10+
* Fixed size and alignment of DU and LS output reporting (#956)
11+
* Fixes for SignatureDoesNotMatch error when host port 80 or 443 is specified, due to stupid servers (#1059)
12+
* Fixed the useless retries of requests that fail because of ssl cert checks
13+
* Fixed a possible crash when a file disappears during cache generation (#377)
14+
* Fixed unicode issues with IAM (#987)
15+
* Fixed unicode errors with bucked Policy/CORS requests (#847) (Alex Offshore)
16+
* Fixed unicode issues when loading aws_credential_file (#989)
17+
* Fixed an issue with the tenant feature of CephRGW. Url encode bucket_name for path-style requests (#1080)
18+
* Fixed signature v2 always used when bucket_name had special chars (#1081)
19+
* Allow to use signature v4 only, even for commands without buckets specified (#1082)
20+
* Fixed small open file descriptor leaks.
21+
* Py3: Fixed hash-bang in headers to not force using python2 when setup/s3cmd/run-test scripts are executed directly.
22+
* Py3: Fixed unicode issues with Cloudfront (#1006)
23+
* Py3: Fixed http.client.RemoteDisconnected errors (#1014) (Ryan Huddleston)
24+
* Py3: Fixed 'dictionary changed size during iteration' error when using a cache-file (#945) (Doug Crozier)
25+
* Py3: Fixed the display of file sizes (Vlad Presnyak)
26+
* Py3: Python 3.8 compatibility fixes (Konstantin Shalygin)
27+
* Py2: Fixed unicode errors sometimes crashing remote2remote sync (#847)
28+
* Added s3cmd.egg-info to .gitignore (Philip Dubé)
29+
* Improved run-test script to not use hard-coded bucket names(#1066) (Doug Crozier)
30+
* Renamed INSTALL to INSTALL.md and improvements (Nitro, Prabhakar Gupta)
31+
* Improved the restore command help (Hrchu)
32+
* Updated the storage-class command help with the recent aws s3 classes (#1020)
33+
* Fixed typo in the --continue-put help message (Pengyu Chen)
34+
* Fixed typo (#1062) (Tim Gates)
35+
* Improvements for setup and build configurations
36+
* Many other bug fixes
37+
38+
139
s3cmd-2.0.2 - 2018-07-15
240
===============
341
* Fixed unexpected timeouts encountered during requests or transfers due to AWS strange connection short timeouts (#941)
@@ -12,8 +50,8 @@ s3cmd-2.0.2 - 2018-07-15
1250
* Fixed setting full_control on objects with public read access (Matthew Vernon)
1351
* Fixed a bug when only one path is supplied with Cloudfront. (Mikael Svensson)
1452
* 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)
53+
* Fixed #936 - Fix setacl command exception (Robert Moucha)
54+
* Fixed error reporting if deleting a source object failed after a move (#929)
1755
* Many other bug fixes (#525, #933, #940, #947, #957, #958, #960, #967)
1856

1957
Important info: AWS S3 doesn't allow anymore uppercases and underscores in bucket names since march 1, 2018

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.2+"
10+
version = "2.1.0"
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: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Continue getting a partially downloaded file (only for
216216
.TP
217217
\fB\-\-continue\-put\fR
218218
Continue uploading partially uploaded files or
219-
multipart upload parts. Restarts/parts files that
219+
multipart upload parts. Restarts parts/files that
220220
don't have matching size and md5. Skips files/parts
221221
that do. Note: md5sum checks are not always
222222
sufficient to check (part) file equality. Enable this
@@ -264,7 +264,7 @@ 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
267-
for 'restore' command).
267+
for 'restore' command). Default is 1 day.
268268
.TP
269269
\fB\-\-restore\-priority\fR=RESTORE_PRIORITY
270270
Priority for restoring files from S3 Glacier (only for
@@ -367,8 +367,8 @@ GB price. [put, cp, mv]
367367
.TP
368368
\fB\-\-storage\-class\fR=CLASS
369369
Store object with specified CLASS (STANDARD,
370-
STANDARD_IA, or REDUCED_REDUNDANCY). Lower per\-GB
371-
price. [put, cp, mv]
370+
STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER
371+
or DEEP_ARCHIVE). [put, cp, mv]
372372
.TP
373373
\fB\-\-access\-logging\-target\-prefix\fR=LOG_TARGET_PREFIX
374374
Target prefix for access logs (S3 URI) (for [cfmodify]
@@ -524,7 +524,7 @@ Enable verbose output.
524524
Enable debug output.
525525
.TP
526526
\fB\-\-version\fR
527-
Show s3cmd version (2.0.2) and exit.
527+
Show s3cmd version (2.1.0) and exit.
528528
.TP
529529
\fB\-F\fR, \fB\-\-follow\-symlinks\fR
530530
Follow symbolic links as if they are regular files
@@ -561,6 +561,9 @@ Limit the upload or download speed to amount bytes per
561561
second. Amount may be expressed in bytes, kilobytes
562562
with the k suffix, or megabytes with the m suffix
563563
.TP
564+
\fB\-\-no\-connection\-pooling\fR
565+
Disable connection re\-use
566+
.TP
564567
\fB\-\-requester\-pays\fR
565568
Set the REQUESTER PAYS flag for operations
566569
.TP

0 commit comments

Comments
 (0)