mirror of https://github.com/perkeep/perkeep.git
storage-examples: grant permissions on the bucket
This commit is contained in:
parent
966a271e98
commit
abb21e3312
|
@ -24,6 +24,7 @@ It is advisable to use a dedicated key/secret for Perkeep:
|
|||
"Statement": [
|
||||
{
|
||||
"Resource": [
|
||||
"arn:aws:s3:::YOUR_BUCKET_NAME",
|
||||
"arn:aws:s3:::YOUR_BUCKET_NAME/*"
|
||||
],
|
||||
"Sid": "Stmt1464826210000",
|
||||
|
|
Loading…
Reference in New Issue