http://dacxzjk3kq5mmepbdd3ai2ifynlzxsnpl2cnkfhridqfywihrfftapid.onion/help/administration/object_storage.md
The
following example is a role for an S3 bucket named test-bucket :
{
"Version" : "2012-10-17" ,
"Statement" : [
{
"Effect" : "Allow" ,
"Action" : [
"s3:PutObject" ,
"s3:GetObject" ,
"s3:DeleteObject"
],
"Resource" : "arn:aws:s3:::test-bucket/*"
},
{
"Effect" : "Allow" ,
"Action" : [
"s3:ListBucket"
],
"Resource" : "arn:aws:s3:::test-bucket"
}
]
}
Attach this role
to the EC2 instance hosting your GitLab instance.