mirror of
https://github.com/rclone/rclone.git
synced 2025-02-20 07:48:33 +02:00
Updated permissions
As it happens, after testing the `GetObject` permission is also required to do `HEAD` requests on a given object.
This commit is contained in:
parent
64662bef8d
commit
9876ba53f8
@ -258,6 +258,7 @@ permissions are required to be available on the bucket being written to:
|
|||||||
|
|
||||||
* `ListBucket`
|
* `ListBucket`
|
||||||
* `DeleteObject`
|
* `DeleteObject`
|
||||||
|
* `GetObject`
|
||||||
* `PutObject`
|
* `PutObject`
|
||||||
* `PutObjectACL`
|
* `PutObjectACL`
|
||||||
|
|
||||||
@ -275,6 +276,7 @@ Example policy:
|
|||||||
"Action": [
|
"Action": [
|
||||||
"s3:ListBucket",
|
"s3:ListBucket",
|
||||||
"s3:DeleteObject",
|
"s3:DeleteObject",
|
||||||
|
"s3:GetObject",
|
||||||
"s3:PutObject",
|
"s3:PutObject",
|
||||||
"s3:PutObjectAcl"
|
"s3:PutObjectAcl"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user