Browse code

Update version to 2.1.0

Florent Viard authored on 2020/04/08 05:45:59
Showing 3 changed files
... ...
@@ -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
+
1 39
 s3cmd-2.0.2      - 2018-07-15
2 40
 ===============
3 41
 * 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
12 12
 * Fixed setting full_control on objects with public read access (Matthew Vernon)
13 13
 * Fixed a bug when only one path is supplied with Cloudfront. (Mikael Svensson)
14 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)
15
+* Fixed #936 - Fix setacl command exception (Robert Moucha)
16
+* Fixed error reporting if deleting a source object failed after a move (#929)
17 17
 * Many other bug fixes (#525, #933, #940, #947, #957, #958, #960, #967)
18 18
 
19 19
 Important info: AWS S3 doesn't allow anymore uppercases and underscores in bucket names since march 1, 2018
... ...
@@ -7,7 +7,7 @@
7 7
 ## Copyright: TGRMN Software and contributors
8 8
 
9 9
 package = "s3cmd"
10
-version = "2.0.2+"
10
+version = "2.1.0"
11 11
 url = "http://s3tools.org"
12 12
 license = "GNU GPL v2+"
13 13
 short_description = "Command line tool for managing Amazon S3 and CloudFront services"
... ...
@@ -216,7 +216,7 @@ Continue getting a partially downloaded file (only for
216 216
 .TP
217 217
 \fB\-\-continue\-put\fR
218 218
 Continue uploading partially uploaded files or
219
-multipart upload parts.  Restarts/parts files that
219
+multipart upload parts.  Restarts parts/files that
220 220
 don't have matching size and md5.  Skips files/parts
221 221
 that do.  Note: md5sum checks are not always
222 222
 sufficient to check (part) file equality.  Enable this
... ...
@@ -264,7 +264,7 @@ write_acp, full_control, all
264 264
 .TP
265 265
 \fB\-D\fR NUM, \fB\-\-restore\-days\fR=NUM
266 266
 Number of days to keep restored file available (only
267
-for 'restore' command).
267
+for 'restore' command). Default is 1 day.
268 268
 .TP
269 269
 \fB\-\-restore\-priority\fR=RESTORE_PRIORITY
270 270
 Priority for restoring files from S3 Glacier (only for
... ...
@@ -367,8 +367,8 @@ GB price. [put, cp, mv]
367 367
 .TP
368 368
 \fB\-\-storage\-class\fR=CLASS
369 369
 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]
372 372
 .TP
373 373
 \fB\-\-access\-logging\-target\-prefix\fR=LOG_TARGET_PREFIX
374 374
 Target prefix for access logs (S3 URI) (for [cfmodify]
... ...
@@ -524,7 +524,7 @@ Enable verbose output.
524 524
 Enable debug output.
525 525
 .TP
526 526
 \fB\-\-version\fR
527
-Show s3cmd version (2.0.2) and exit.
527
+Show s3cmd version (2.1.0) and exit.
528 528
 .TP
529 529
 \fB\-F\fR, \fB\-\-follow\-symlinks\fR
530 530
 Follow symbolic links as if they are regular files
... ...
@@ -561,6 +561,9 @@ Limit the upload or download speed to amount bytes per
561 561
 second.  Amount may be expressed in bytes, kilobytes
562 562
 with the k suffix, or megabytes with the m suffix
563 563
 .TP
564
+\fB\-\-no\-connection\-pooling\fR
565
+Disable connection re\-use
566
+.TP
564 567
 \fB\-\-requester\-pays\fR
565 568
 Set the REQUESTER PAYS flag for operations
566 569
 .TP