{
	"Version": "2008-10-17",
	"Statement": [
		{
			"Sid": "",
			"Effect": "Allow",
			"Principal": "*",
			"Action": [
				"s3:ListBucket",
				"s3:GetBucketLocation",
				"s3:GetObject"
			],
			"Resource": [
				"arn:aws:s3:::BUCKET_NAME",
				"arn:aws:s3:::BUCKET_NAME/*"
			],
			"Condition": {
				"IpAddress": {
					"aws:SourceIp": [
						"109.107.1.152",
		                "SOURCE_IPS"
					]
				}
			}
		}
	]
}