mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 00:51:34 +02:00
Command line argument for setting/overriding Amazon S3 ACL
This commit is contained in:
committed by
Nick Craig-Wood
parent
ace1e21894
commit
bc414b698d
@ -233,7 +233,13 @@ credentials then S3 interaction will be non-authenticated (see below).
|
||||
Here are the command line options specific to this cloud storage
|
||||
system.
|
||||
|
||||
#### ----s3-storage-class ####
|
||||
#### --s3-acl=STRING ####
|
||||
|
||||
Canned ACL used when creating buckets and/or storing objects in S3.
|
||||
|
||||
For more info visit the [canned ACL docs](http://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl).
|
||||
|
||||
#### --s3-storage-class=STRING ####
|
||||
|
||||
Storage class to upload new objects with.
|
||||
|
||||
|
Reference in New Issue
Block a user