mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
Doc change: Add the CreateBucket permission requirement for AWS S3
This commit is contained in:
parent
1ebbc74f1d
commit
c3117d9efb
@ -590,6 +590,7 @@ permissions are required to be available on the bucket being written to:
|
||||
* `GetObject`
|
||||
* `PutObject`
|
||||
* `PutObjectACL`
|
||||
* `CreateBucket` (unless using [s3-no-check-bucket](#s3-no-check-bucket))
|
||||
|
||||
When using the `lsd` subcommand, the `ListAllMyBuckets` permission is required.
|
||||
|
||||
@ -631,6 +632,7 @@ Notes on above:
|
||||
that `USER_NAME` has been created.
|
||||
2. The Resource entry must include both resource ARNs, as one implies
|
||||
the bucket and the other implies the bucket's objects.
|
||||
3. When using [s3-no-check-bucket](#s3-no-check-bucket) and the bucket already exsits, the `"arn:aws:s3:::BUCKET_NAME"` doesn't have to be included.
|
||||
|
||||
For reference, [here's an Ansible script](https://gist.github.com/ebridges/ebfc9042dd7c756cd101cfa807b7ae2b)
|
||||
that will generate one or more buckets that will work with `rclone sync`.
|
||||
|
Loading…
Reference in New Issue
Block a user