You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
525 B
21 lines
525 B
9 years ago
|
{
|
||
|
"Version": "2012-10-17",
|
||
|
"Statement": [
|
||
|
{
|
||
|
"Sid": "DenyAllButKnownSourceAddressWithMask",
|
||
|
"Effect": "Deny",
|
||
|
"Principal": "*",
|
||
|
"Action": "s3:*",
|
||
|
"Resource": "arn:aws:s3:::jgit.eclipse.org/*",
|
||
|
"Condition": {
|
||
|
"NotIpAddress": {
|
||
|
"aws:SourceIp": [
|
||
|
"198.41.30.0/24",
|
||
|
"67.175.188.187/32"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|