[
    {
        "Effect": "Allow",
        "Action": [
            "s3:GetBucket*",
            "s3:List*"
        ],
        "Resource": [
            "*"
        ]
    }
]