ExecutionRoleBuilder/lambda/policytemplates.py [46:60]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    "PolicyDocument" : {
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [ "s3:GetBucketLocation", "s3:ListAllMyBuckets" ],
            "Resource": "*"
        },
        {
            "Effect": "Allow",
            "Action": ["s3:ListBucket"],
            "Resource": "<RESOURCE>"
        },
        {
            "Effect": "Allow",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ExecutionRoleBuilder/lambda/policytemplates.py [74:88]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    "PolicyDocument" : {
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [ "s3:GetBucketLocation", "s3:ListAllMyBuckets" ],
            "Resource": "*"
        },
        {
            "Effect": "Allow",
            "Action": ["s3:ListBucket"],
            "Resource": "<RESOURCE>"
        },
        {
            "Effect": "Allow",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



