Browse code

Update version to 1.6.1

Matt Domsch authored on 2016/01/21 03:12:50
Showing 3 changed files
... ...
@@ -1,3 +1,11 @@
1
+s3cmd-1.6.1      - 2016-01-20
2
+===============
3
+* Added --host and --host-bucket
4
+* Added --stats
5
+* Fix for newer python 2.7.x SSL library updates
6
+* Many other bug fixes
7
+
8
+
1 9
 s3cmd-1.6.0      - 2015-09-18
2 10
 ===============
3 11
 * Support signed URL content disposition type
... ...
@@ -7,7 +7,7 @@
7 7
 ## Copyright: TGRMN Software and contributors
8 8
 
9 9
 package = "s3cmd"
10
-version = "1.6.0+"
10
+version = "1.6.1"
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"
... ...
@@ -331,6 +331,16 @@ us\-east\-1, us\-west\-1, us\-west\-2, eu\-west\-1, eu\-
331 331
 central\-1, ap\-northeast\-1, ap\-southeast\-1, ap\-
332 332
 southeast\-2, sa\-east\-1
333 333
 .TP
334
+\fB\-\-host\fR=HOSTNAME
335
+HOSTNAME:PORT for S3 endpoint (default:
336
+s3.amazonaws.com, alternatives such as s3\-eu\-
337
+west\-1.amazonaws.com). You should also set \fB\-\-host\-\fR
338
+bucket.
339
+.TP
340
+\fB\-\-host\-bucket\fR=HOST_BUCKET
341
+DNS\-style bucket+hostname:port template for accessing
342
+a bucket (default: %(bucket)s.s3.amazonaws.com)
343
+.TP
334 344
 \fB\-\-reduced\-redundancy\fR, \fB\-\-rr\fR
335 345
 Store object with 'Reduced redundancy'. Lower per\-GB
336 346
 price. [put, cp, mv]
... ...
@@ -449,6 +459,9 @@ Display progress meter (default on TTY).
449 449
 \fB\-\-no\-progress\fR
450 450
 Don't display progress meter (default on non-TTY).
451 451
 .TP
452
+\fB\-\-stats\fR
453
+Give some file-transfer stats.
454
+.TP
452 455
 \fB\-\-enable\fR
453 456
 Enable given CloudFront distribution (only for
454 457
 [cfmodify] command)
... ...
@@ -495,7 +508,7 @@ Enable verbose output.
495 495
 Enable debug output.
496 496
 .TP
497 497
 \fB\-\-version\fR
498
-Show s3cmd version (1.6.0) and exit.
498
+Show s3cmd version (1.6.1) and exit.
499 499
 .TP
500 500
 \fB\-F\fR, \fB\-\-follow\-symlinks\fR
501 501
 Follow symbolic links as if they are regular files