Skip to content

Commit

Permalink
Released version 1.1.0-beta2
Browse files Browse the repository at this point in the history
* S3/PkgInfo.py: Updated to 1.1.0-beta2
* NEWS: Updated.
* s3cmd.1: Regenerated.
  • Loading branch information
mludvig committed Jan 6, 2012
1 parent d9c7251 commit 6063e01
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 13 deletions.
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ s3cmd 1.1.0 - ???
is now on by default, -M is no longer shorthand for --guess-mime-type
* Allow parameters in MIME types, for example:
--mime-type="text/plain; charset=utf-8"
* MIME type can be guessed by python-magic which is a lot better than
relying on the extension. Contributed by Karsten Sperling.
* Support for environment variables as config values. For instance
in ~/.s3cmd put "access_key=$S3_ACCESS_KEY". Contributed by Ori Bar.
* Support for --configure checking access to a specific bucket instead
Expand Down
2 changes: 1 addition & 1 deletion S3/PkgInfo.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package = "s3cmd"
version = "1.1.0-beta1"
version = "1.1.0-beta2"
url = "http://s3tools.org"
license = "GPL version 2"
short_description = "Command line tool for managing Amazon S3 and CloudFront services"
Expand Down
38 changes: 26 additions & 12 deletions s3cmd.1
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ Sign arbitrary string using the secret key
.TP
s3cmd \fBfixbucket\fR \fIs3://BUCKET[/PREFIX]\fR
Fix invalid file names in a bucket


.PP
Commands for static WebSites configuration
.TP
s3cmd \fBws-create\fR \fIs3://BUCKET\fR
Create Website from bucket
Expand Down Expand Up @@ -112,7 +116,7 @@ show this help message and exit
.TP
\fB\-\-configure\fR
Invoke interactive (re)configuration tool. Optionally
use as '--configure s3://come-bucket' to test access
use as '\fB--configure\fR s3://come-bucket' to test access
to a specific bucket instead of attempting to list
them all.
.TP
Expand Down Expand Up @@ -206,8 +210,7 @@ Read --rexclude REGEXPs from FILE
\fB\-\-include\fR=GLOB
Filenames and paths matching GLOB will be included
even if previously excluded by one of
.TP
\fB\-\-(r)exclude(\-from)\fR patterns
\fB--(r)exclude(-from)\fR patterns
.TP
\fB\-\-include\-from\fR=FILE
Read --include GLOBs from FILE
Expand Down Expand Up @@ -240,19 +243,18 @@ commands)
Default MIME-type for stored objects. Application
default is binary/octet-stream.
.TP
\fB\-M\fR, \fB\-\-guess\-mime\-type\fR
Guess MIME-type of files by their extension. Fall back
to default MIME-Type as specified by --default-mime-
type option
\fB\-\-guess\-mime\-type\fR
Guess MIME-type of files by their extension or mime
magic. Fall back to default MIME-Type as specified by
\fB--default-mime-type\fR option
.TP
\fB\-\-no\-guess\-mime\-type\fR
Don't guess MIME-type and use the default type
instead.
.TP
\fB\-m\fR MIME/TYPE, \fB\-\-mime\-type\fR=MIME/TYPE
Force MIME-type. Override both --default-mime-type and
.TP
\fB\-\-guess\-mime\-type.\fR
Force MIME-type. Override both \fB--default-mime-type\fR and
\fB--guess-mime-type\fR.
.TP
\fB\-\-add\-header\fR=NAME:VALUE
Add a given HTTP header to the upload request. Can be
Expand All @@ -268,6 +270,18 @@ Override autodetected terminal and filesystem encoding
Use the S3 name as given on the command line. No pre-
processing, encoding, etc. Use with caution!
.TP
\fB\-\-disable\-multipart\fR
Disable multipart upload on files bigger than
\fB--multipart-chunk-size-mb\fR
.TP
\fB\-\-multipart\-chunk\-size\-mb\fR=SIZE
Size of each chunk of a multipart upload. Files bigger
than SIZE are automatically uploaded as multithreaded-
multipart, smaller files are uploaded using the
traditional method. SIZE is in Mega-Bytes, default
chunk size is noneMB, minimum allowed chunk size is
5MB, maximum is 5GB.
.TP
\fB\-\-list\-md5\fR
Include MD5 sums in bucket listings (only for 'ls'
command).
Expand Down Expand Up @@ -326,7 +340,7 @@ Enable verbose output.
Enable debug output.
.TP
\fB\-\-version\fR
Show s3cmd version (1.1.0-beta1) and exit.
Show s3cmd version (1.1.0-beta2) and exit.
.TP
\fB\-F\fR, \fB\-\-follow\-symlinks\fR
Follow symbolic links as if they are regular files
Expand Down Expand Up @@ -427,7 +441,7 @@ Prefered way to get support is our mailing list:
Report bugs to
.I s3tools\-bugs@lists.sourceforge.net
.SH COPYRIGHT
Copyright \(co 2007,2008,2009,2010,2011 Michal Ludvig <http://www.logix.cz/michal>
Copyright \(co 2007,2008,2009,2010,2011,2012 Michal Ludvig <http://www.logix.cz/michal>
.br
This is free software. You may redistribute copies of it under the terms of
the GNU General Public License version 2 <http://www.gnu.org/licenses/gpl.html>.
Expand Down

0 comments on commit 6063e01

Please sign in to comment.