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