You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
568 B
25 lines
568 B
9 years ago
|
{
|
||
|
"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/*"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|