1{ 2 "Version": "2012-10-17", 3 "Statement": [ 4 { 5 "Sid": "BucketList", 6 "Effect": "Allow", 7 "Action": "s3:ListAllMyBuckets", 8 "Resource": [ 9 "arn:aws:s3:::jgit.eclipse.org" 10 ] 11 }, 12 { 13 "Sid": "BucketFullControl", 14 "Effect": "Allow", 15 "Action": [ 16 "s3:*" 17 ], 18 "Resource": [ 19 "arn:aws:s3:::jgit.eclipse.org", 20 "arn:aws:s3:::jgit.eclipse.org/*" 21 ] 22 } 23 ] 24} 25