xref: /JGit/org.eclipse.jgit.test/tst-rsrc/jgit-s3-config.policy.bucket.json (revision 81810aff298ffb3e871b4dbab76be2c8b9a46ea8)
1{
2    "Version": "2012-10-17",
3    "Statement": [
4        {
5            "Sid": "DenyAllButKnownSourceAddressWithMask",
6            "Effect": "Deny",
7            "Principal": "*",
8            "Action": "s3:*",
9            "Resource": "arn:aws:s3:::jgit.eclipse.org/*",
10            "Condition": {
11                "NotIpAddress": {
12                    "aws:SourceIp": [
13                        "198.41.30.0/24",
14                        "67.175.188.187/32"
15                    ]
16                }
17            }
18        }
19    ]
20}
21