aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst-rsrc/jgit-s3-config.policy.user.json
blob: 830d0888c033b574014af45b2ba798cb5e90cecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "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/*"
            ]
        }
    ]
}