http://eweiibe6tdjsdprb4px6rqrzzcsi22m4koia44kc5pcjr7nec2rlxyad.onion/help/install/aws/index.md
Assuming you prefix the S3 bucket names with gl- as shown in the diagram, add the following policy:
{ "Version" : "2012-10-17" ,
"Statement" : [
{
"Effect" : "Allow" ,
"Action" : [
"s3:PutObject" ,
"s3:GetObject" ,
"s3:DeleteObject" ,
"s3:PutObjectAcl"
],
"Resource" : "arn:aws:s3:::gl-*/*"
},
{
"Effect" : "Allow" ,
"Action" : [
"s3:ListBucket" ,
"s3:AbortMultipartUpload" ,
"s3:ListMultipartUploadParts" ,
...