Policy Conditions
"Condition": {
"DateGreaterThan": {"aws:CurrentTime":"2016-11-30T11:00:00Z"},
"DateLessThan": {"aws:CurrentTime":"2016-11-30T15:00:00Z"},
"IpAddress": {"aws:SourceIp":["192.0.2.0/24", "203.0.113.0/24"]}
}
"Action":"s3:ListBucket",
"Effect":"Allow",
"Resource":["arn:aws:s3:::mybucket"],
"Condition":{"StringLike":{"s3:prefix":["home/${aws:username}/*"]}}