{"Version": "2012-10-17", "Statement": [{"Sid": "AllowListingOfUserFolder", "Action": ["s3:ListBucket"], "Effect": "Allow", "Resource": ["arn:aws:s3:::${transfer:HomeBucket}"], "Condition": {"StringLike": {"s3:prefix": ["ftp/${transfer:UserName}/*", "ftp/${transfer:UserName}"]}}}, {"Effect": "Allow", "Action": ["s3:ListAllMyBuckets", "s3:GetBucketLocation"], "Resource": "*"}, {"Sid": "HomeDirObjectAccess", "Effect": "Allow", "Action": ["s3:GetObject", "s3:GetObjectVersion"], "Resource": "arn:aws:s3:::${transfer:HomeDirectory}*"}]}