Skip to content

Commit

Permalink
Update version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomsch committed Jan 20, 2016
1 parent d10f409 commit 4c24893
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
s3cmd-1.6.1 - 2016-01-20
===============
* Added --host and --host-bucket
* Added --stats
* Fix for newer python 2.7.x SSL library updates
* Many other bug fixes


s3cmd-1.6.0 - 2015-09-18
===============
* Support signed URL content disposition type
Expand Down
2 changes: 1 addition & 1 deletion S3/PkgInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Copyright: TGRMN Software and contributors

package = "s3cmd"
version = "1.6.0+"
version = "1.6.1"
url = "http://s3tools.org"
license = "GNU GPL v2+"
short_description = "Command line tool for managing Amazon S3 and CloudFront services"
Expand Down
15 changes: 14 additions & 1 deletion s3cmd.1
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,16 @@ us\-east\-1, us\-west\-1, us\-west\-2, eu\-west\-1, eu\-
central\-1, ap\-northeast\-1, ap\-southeast\-1, ap\-
southeast\-2, sa\-east\-1
.TP
\fB\-\-host\fR=HOSTNAME
HOSTNAME:PORT for S3 endpoint (default:
s3.amazonaws.com, alternatives such as s3\-eu\-
west\-1.amazonaws.com). You should also set \fB\-\-host\-\fR
bucket.
.TP
\fB\-\-host\-bucket\fR=HOST_BUCKET
DNS\-style bucket+hostname:port template for accessing
a bucket (default: %(bucket)s.s3.amazonaws.com)
.TP
\fB\-\-reduced\-redundancy\fR, \fB\-\-rr\fR
Store object with 'Reduced redundancy'. Lower per\-GB
price. [put, cp, mv]
Expand Down Expand Up @@ -449,6 +459,9 @@ Display progress meter (default on TTY).
\fB\-\-no\-progress\fR
Don't display progress meter (default on non-TTY).
.TP
\fB\-\-stats\fR
Give some file-transfer stats.
.TP
\fB\-\-enable\fR
Enable given CloudFront distribution (only for
[cfmodify] command)
Expand Down Expand Up @@ -495,7 +508,7 @@ Enable verbose output.
Enable debug output.
.TP
\fB\-\-version\fR
Show s3cmd version (1.6.0) and exit.
Show s3cmd version (1.6.1) and exit.
.TP
\fB\-F\fR, \fB\-\-follow\-symlinks\fR
Follow symbolic links as if they are regular files
Expand Down

0 comments on commit 4c24893

Please sign in to comment.