Browse code

Updated s3cmd.1 manpage with the latest options.

Michal Ludvig authored on 2011/10/12 18:31:06
Showing 1 changed files
... ...
@@ -65,6 +65,15 @@ Sign arbitrary string using the secret key
65 65
 .TP
66 66
 s3cmd \fBfixbucket\fR \fIs3://BUCKET[/PREFIX]\fR
67 67
 Fix invalid file names in a bucket
68
+.TP
69
+s3cmd \fBws-create\fR \fIs3://BUCKET\fR
70
+Create Website from bucket
71
+.TP
72
+s3cmd \fBws-delete\fR \fIs3://BUCKET\fR
73
+Delete Website
74
+.TP
75
+s3cmd \fBws-info\fR \fIs3://BUCKET\fR
76
+Info about Website
68 77
 
69 78
 
70 79
 .PP
... ...
@@ -227,13 +236,23 @@ and [accesslog] commands)
227 227
 Disable access logging (for [cfmodify] and [accesslog]
228 228
 commands)
229 229
 .TP
230
-\fB\-m\fR MIME/TYPE, \fB\-\-mime\-type\fR=MIME/TYPE
231
-Default MIME-type to be set for objects stored.
230
+\fB\-\-default\-mime\-type\fR
231
+Default MIME-type for stored objects. Application
232
+default is binary/octet-stream.
232 233
 .TP
233 234
 \fB\-M\fR, \fB\-\-guess\-mime\-type\fR
234
-Guess MIME-type of files by their extension. Falls
235
-back to default MIME-Type as specified by --mime-type
236
-option
235
+Guess MIME-type of files by their extension. Fall back
236
+to default MIME-Type as specified by --default-mime-
237
+type option
238
+.TP
239
+\fB\-\-no\-guess\-mime\-type\fR
240
+Don't guess MIME-type and use the default type
241
+instead.
242
+.TP
243
+\fB\-m\fR MIME/TYPE, \fB\-\-mime\-type\fR=MIME/TYPE
244
+Force MIME-type. Override both --default-mime-type and
245
+.TP
246
+\fB\-\-guess\-mime\-type.\fR
237 247
 .TP
238 248
 \fB\-\-add\-header\fR=NAME:VALUE
239 249
 Add a given HTTP header to the upload request. Can be
... ...
@@ -257,6 +276,12 @@ command).
257 257
 Print sizes in human readable form (eg 1kB instead of
258 258
 1234).
259 259
 .TP
260
+\fB\-\-ws\-index\fR=WEBSITE_INDEX
261
+Name of error-document (only for [ws-create] command)
262
+.TP
263
+\fB\-\-ws\-error\fR=WEBSITE_ERROR
264
+Name of index-document (only for [ws-create] command)
265
+.TP
260 266
 \fB\-\-progress\fR
261 267
 Display progress meter (default on TTY).
262 268
 .TP