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