AWS allow user to access only one folder in a bucket.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1440179484000",
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:DeleteObject"
],
"Resource": [
"arn:aws:s3:::cecilurenatesting/NevadaBank/*"
]
}
]
}