cloudfoundry-community/bosh-gen

Set s3 bucket policy on creation

Closed this issue · 1 comments

policy:

{
    "Version": "2008-10-17",
    "Statement": [
        {
            "Sid": "AddPerm",
            "Effect": "Allow",
            "Principal": {
                "AWS": "*"
            },
            "Action": "s3:GetObject",
            "Resource": "arn:aws:s3:::NAME-boshrelease/*"
        }
    ]
}

cyoi v0.10.1 implements this now