blob: 830d0888c033b574014af45b2ba798cb5e90cecc [file] [log] [blame]
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "BucketList",
"Effect": "Allow",
"Action": "s3:ListAllMyBuckets",
"Resource": [
"arn:aws:s3:::jgit.eclipse.org"
]
},
{
"Sid": "BucketFullControl",
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::jgit.eclipse.org",
"arn:aws:s3:::jgit.eclipse.org/*"
]
}
]
}