@@ -76,6 +76,15 @@ Modify Bucket Policy
7676s3cmd \fB delpolicy \fR \fI s3://BUCKET \fR
7777Delete Bucket Policy
7878.TP
79+ s3cmd \fB setcors \fR \fI FILE s3://BUCKET \fR
80+ Modify Bucket CORS
81+ .TP
82+ s3cmd \fB delcors \fR \fI s3://BUCKET \fR
83+ Delete Bucket CORS
84+ .TP
85+ s3cmd \fB payer \fR \fI s3://BUCKET \fR
86+ Modify Bucket Requester Pays policy
87+ .TP
7988s3cmd \fB multipart \fR \fI s3://BUCKET [Id] \fR
8089Show multipart uploads
8190.TP
@@ -100,7 +109,7 @@ Fix invalid file names in a bucket
100109s3cmd \fB expire \fR \fI s3://BUCKET \fR
101110Set or delete expiration rule for the bucket
102111.TP
103- s3cmd \fB setlifecycle \fR \fI s3 ://BUCKET\fR
112+ s3cmd \fB setlifecycle \fR \fI FILE s3 ://BUCKET\fR
104113Upload a lifecycle policy for the bucket
105114.TP
106115s3cmd \fB dellifecycle \fR \fI s3://BUCKET \fR
@@ -181,9 +190,10 @@ for file transfer commands)
181190.TP
182191\fB \- s \fR , \fB \-\- ssl \fR
183192Use HTTPS connection when communicating with S3.
193+ (default)
184194.TP
185195\fB \-\- no \- ssl \fR
186- Don't use HTTPS. (default)
196+ Don't use HTTPS.
187197.TP
188198\fB \- e \fR , \fB \-\- encrypt \fR
189199Encrypt files before uploading to S3.
@@ -261,7 +271,8 @@ Don't delete remote objects.
261271Perform deletes after new uploads [sync]
262272.TP
263273\fB \-\- delay \- updates \fR
264- Put all updated files into place at end [sync]
274+ *OBSOLETE* Put all updated files into place at end
275+ [sync]
265276.TP
266277\fB \-\- max \- delete \fR =NUM
267278Do not delete more than NUM files. [del] and [sync]
@@ -310,9 +321,6 @@ instead of GLOB
310321\fB \-\- rinclude \- from \fR =FILE
311322Read --rinclude REGEXPs from FILE
312323.TP
313- \fB \-\- ignore \- failed \- copy \fR
314- Don't exit unsuccessfully because of missing keys
315- .TP
316324\fB \-\- files \- from \fR =FILE
317325Read list of source-file names from FILE. Use - to
318326read from stdin.
@@ -331,6 +339,11 @@ price. [put, cp, mv]
331339Store object without 'Reduced redundancy'. Higher per\-
332340GB price. [put, cp, mv]
333341.TP
342+ \fB \-\- storage \- class \fR =CLASS
343+ Store object with specified CLASS (STANDARD,
344+ STANDARD_IA, or REDUCED_REDUNDANCY). Lower per\- GB
345+ price. [put, cp, mv]
346+ .TP
334347\fB \-\- access \- logging \- target \- prefix \fR =LOG_TARGET_PREFIX
335348Target prefix for access logs (S3 URI) (for [cfmodify]
336349and [accesslog] commands)
@@ -373,6 +386,11 @@ Control' headers (or both) using this option. [modify]
373386Specifies that server\- side encryption will be used
374387when putting objects. [put, sync, cp, modify]
375388.TP
389+ \fB \-\- server \- side \- encryption \- kms \- id \fR =KMS_KEY
390+ Specifies the key id used for server\- side encryption
391+ with AWS KMS\- Managed Keys (SSE\- KMS) when putting
392+ objects. [put, sync, cp, modify]
393+ .TP
376394\fB \-\- encoding \fR =ENCODING
377395Override autodetected terminal and filesystem encoding
378396(character set). Autodetected: UTF\- 8
@@ -477,7 +495,7 @@ Enable verbose output.
477495Enable debug output.
478496.TP
479497\fB \-\- version \fR
480- Show s3cmd version (1.5.2 ) and exit.
498+ Show s3cmd version (1.6.0 ) and exit.
481499.TP
482500\fB \- F \fR , \fB \-\- follow \- symlinks \fR
483501Follow symbolic links as if they are regular files
@@ -496,7 +514,13 @@ default)
496514Check SSL certificate validity
497515.TP
498516\fB \-\- no \- check \- certificate \fR
499- Check SSL certificate validity
517+ Do not check SSL certificate validity
518+ .TP
519+ \fB \-\- check \- hostname \fR
520+ Check SSL certificate hostname validity
521+ .TP
522+ \fB \-\- no \- check \- hostname \fR
523+ Do not check SSL certificate hostname validity
500524.TP
501525\fB \-\- signature \- v2 \fR
502526Use AWS Signature version 2 instead of newer signature
@@ -507,6 +531,23 @@ AWS Signature v4 yet.
507531Limit the upload or download speed to amount bytes per
508532second. Amount may be expressed in bytes, kilobytes
509533with the k suffix, or megabytes with the m suffix
534+ .TP
535+ \fB \-\- requester \- pays \fR
536+ Set the REQUESTER PAYS flag for operations
537+ .TP
538+ \fB \- l \fR , \fB \-\- long \- listing \fR
539+ Produce long listing [ls]
540+ .TP
541+ \fB \-\- stop \- on \- error \fR
542+ stop if error in transfer
543+ .TP
544+ \fB \-\- content \- disposition \fR =CONTENT_DISPOSITION
545+ Provide a Content\- Disposition for signed URLs, e.g.,
546+ "inline; filename=myvideo.mp4"
547+ .TP
548+ \fB \-\- content \- type \fR =CONTENT_TYPE
549+ Provide a Content\- Type for signed URLs, e.g.,
550+ "video/mp4"
510551
511552
512553.SH EXAMPLES
@@ -614,7 +655,7 @@ or visit the project homepage:
614655Report bugs to
615656.I s3tools\- bugs@lists.sourceforge.net
616657.SH COPYRIGHT
617- Copyright \(co 2007\- 2014 TGRMN Software \- http://www.tgrmn.com \- and contributors
658+ Copyright \(co 2007\- 2015 TGRMN Software \- http://www.tgrmn.com \- and contributors
618659.br
619660.SH LICENSE
620661This program is free software; you can redistribute it and/or modify
0 commit comments