@@ -76,6 +76,15 @@ Modify Bucket Policy
76
76
s3cmd \fB delpolicy \fR \fI s3://BUCKET \fR
77
77
Delete Bucket Policy
78
78
.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
79
88
s3cmd \fB multipart \fR \fI s3://BUCKET [Id] \fR
80
89
Show multipart uploads
81
90
.TP
@@ -100,7 +109,7 @@ Fix invalid file names in a bucket
100
109
s3cmd \fB expire \fR \fI s3://BUCKET \fR
101
110
Set or delete expiration rule for the bucket
102
111
.TP
103
- s3cmd \fB setlifecycle \fR \fI s3 ://BUCKET\fR
112
+ s3cmd \fB setlifecycle \fR \fI FILE s3 ://BUCKET\fR
104
113
Upload a lifecycle policy for the bucket
105
114
.TP
106
115
s3cmd \fB dellifecycle \fR \fI s3://BUCKET \fR
@@ -181,9 +190,10 @@ for file transfer commands)
181
190
.TP
182
191
\fB \- s \fR , \fB \-\- ssl \fR
183
192
Use HTTPS connection when communicating with S3.
193
+ (default)
184
194
.TP
185
195
\fB \-\- no \- ssl \fR
186
- Don't use HTTPS. (default)
196
+ Don't use HTTPS.
187
197
.TP
188
198
\fB \- e \fR , \fB \-\- encrypt \fR
189
199
Encrypt files before uploading to S3.
@@ -261,7 +271,8 @@ Don't delete remote objects.
261
271
Perform deletes after new uploads [sync]
262
272
.TP
263
273
\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]
265
276
.TP
266
277
\fB \-\- max \- delete \fR =NUM
267
278
Do not delete more than NUM files. [del] and [sync]
@@ -310,9 +321,6 @@ instead of GLOB
310
321
\fB \-\- rinclude \- from \fR =FILE
311
322
Read --rinclude REGEXPs from FILE
312
323
.TP
313
- \fB \-\- ignore \- failed \- copy \fR
314
- Don't exit unsuccessfully because of missing keys
315
- .TP
316
324
\fB \-\- files \- from \fR =FILE
317
325
Read list of source-file names from FILE. Use - to
318
326
read from stdin.
@@ -331,6 +339,11 @@ price. [put, cp, mv]
331
339
Store object without 'Reduced redundancy'. Higher per\-
332
340
GB price. [put, cp, mv]
333
341
.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
334
347
\fB \-\- access \- logging \- target \- prefix \fR =LOG_TARGET_PREFIX
335
348
Target prefix for access logs (S3 URI) (for [cfmodify]
336
349
and [accesslog] commands)
@@ -373,6 +386,11 @@ Control' headers (or both) using this option. [modify]
373
386
Specifies that server\- side encryption will be used
374
387
when putting objects. [put, sync, cp, modify]
375
388
.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
376
394
\fB \-\- encoding \fR =ENCODING
377
395
Override autodetected terminal and filesystem encoding
378
396
(character set). Autodetected: UTF\- 8
@@ -477,7 +495,7 @@ Enable verbose output.
477
495
Enable debug output.
478
496
.TP
479
497
\fB \-\- version \fR
480
- Show s3cmd version (1.5.2 ) and exit.
498
+ Show s3cmd version (1.6.0 ) and exit.
481
499
.TP
482
500
\fB \- F \fR , \fB \-\- follow \- symlinks \fR
483
501
Follow symbolic links as if they are regular files
@@ -496,7 +514,13 @@ default)
496
514
Check SSL certificate validity
497
515
.TP
498
516
\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
500
524
.TP
501
525
\fB \-\- signature \- v2 \fR
502
526
Use AWS Signature version 2 instead of newer signature
@@ -507,6 +531,23 @@ AWS Signature v4 yet.
507
531
Limit the upload or download speed to amount bytes per
508
532
second. Amount may be expressed in bytes, kilobytes
509
533
with 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"
510
551
511
552
512
553
.SH EXAMPLES
@@ -614,7 +655,7 @@ or visit the project homepage:
614
655
Report bugs to
615
656
.I s3tools\- bugs@lists.sourceforge.net
616
657
.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
618
659
.br
619
660
.SH LICENSE
620
661
This program is free software; you can redistribute it and/or modify
0 commit comments