Skip to content

Commit 4c24893

Browse files
committed
Update version to 1.6.1
1 parent d10f409 commit 4c24893

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
s3cmd-1.6.0 - 2015-09-18
210
===============
311
* Support signed URL content disposition type

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 = "1.6.0+"
10+
version = "1.6.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: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,16 @@ us\-east\-1, us\-west\-1, us\-west\-2, eu\-west\-1, eu\-
331331
central\-1, ap\-northeast\-1, ap\-southeast\-1, ap\-
332332
southeast\-2, sa\-east\-1
333333
.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
334344
\fB\-\-reduced\-redundancy\fR, \fB\-\-rr\fR
335345
Store object with 'Reduced redundancy'. Lower per\-GB
336346
price. [put, cp, mv]
@@ -449,6 +459,9 @@ Display progress meter (default on TTY).
449459
\fB\-\-no\-progress\fR
450460
Don't display progress meter (default on non-TTY).
451461
.TP
462+
\fB\-\-stats\fR
463+
Give some file-transfer stats.
464+
.TP
452465
\fB\-\-enable\fR
453466
Enable given CloudFront distribution (only for
454467
[cfmodify] command)
@@ -495,7 +508,7 @@ Enable verbose output.
495508
Enable debug output.
496509
.TP
497510
\fB\-\-version\fR
498-
Show s3cmd version (1.6.0) and exit.
511+
Show s3cmd version (1.6.1) and exit.
499512
.TP
500513
\fB\-F\fR, \fB\-\-follow\-symlinks\fR
501514
Follow symbolic links as if they are regular files

0 commit comments

Comments
 (0)