xref: /JGit/org.eclipse.jgit.test/tst-rsrc/jgit-s3-config.policy.user.json (revision 81810aff298ffb3e871b4dbab76be2c8b9a46ea8)
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