summaryrefslogtreecommitdiff
path: root/cloudformation/travis.template
diff options
context:
space:
mode:
Diffstat (limited to 'cloudformation/travis.template')
-rw-r--r--cloudformation/travis.template36
1 files changed, 36 insertions, 0 deletions
diff --git a/cloudformation/travis.template b/cloudformation/travis.template
index 9351501052..4e7a0c7519 100644
--- a/cloudformation/travis.template
+++ b/cloudformation/travis.template
@@ -85,6 +85,42 @@
}
},
{
+ "PolicyName": "list-node",
+ "PolicyDocument": {
+ "Statement": [
+ {
+ "Action": [
+ "s3:ListBucket"
+ ],
+ "Resource": [
+ "arn:aws:s3:::mapbox-node-binary"
+ ],
+ "Effect": "Allow"
+ }
+ ]
+ }
+ },
+ {
+ "PolicyName": "build-node",
+ "PolicyDocument": {
+ "Statement": [
+ {
+ "Action": [
+ "s3:DeleteObject",
+ "s3:GetObject",
+ "s3:GetObjectAcl",
+ "s3:PutObject",
+ "s3:PutObjectAcl"
+ ],
+ "Resource": [
+ "arn:aws:s3:::mapbox-node-binary/mapbox-gl-native/*"
+ ],
+ "Effect": "Allow"
+ }
+ ]
+ }
+ },
+ {
"PolicyName": "android",
"PolicyDocument": {
"Statement": [