storage-examples: grant permissions on the bucket

This commit is contained in:
Alexandre Viau 2021-01-01 23:03:08 -05:00
parent 966a271e98
commit abb21e3312
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ It is advisable to use a dedicated key/secret for Perkeep:
"Statement": [ "Statement": [
{ {
"Resource": [ "Resource": [
"arn:aws:s3:::YOUR_BUCKET_NAME",
"arn:aws:s3:::YOUR_BUCKET_NAME/*" "arn:aws:s3:::YOUR_BUCKET_NAME/*"
], ],
"Sid": "Stmt1464826210000", "Sid": "Stmt1464826210000",