diff --git a/cloudformation/ci.template.js b/cloudformation/ci.template.js index 98f32b547..591201e6a 100644 --- a/cloudformation/ci.template.js +++ b/cloudformation/ci.template.js @@ -6,6 +6,22 @@ module.exports = { Type: 'AWS::IAM::User', Properties: { Policies: [ + { + "PolicyName": "list", + "PolicyDocument": { + "Statement": [ + { + "Action": [ + "s3:ListBucket" + ], + "Effect": "Allow", + "Resource": [ + "arn:aws:s3:::mapbox-gl-js" + ] + } + ] + } + }, { PolicyName: 'main', PolicyDocument: {