summaryrefslogtreecommitdiff
path: root/travis/travis-resources.template
diff options
context:
space:
mode:
Diffstat (limited to 'travis/travis-resources.template')
-rw-r--r--travis/travis-resources.template6
1 files changed, 3 insertions, 3 deletions
diff --git a/travis/travis-resources.template b/travis/travis-resources.template
index e1b0cff8ca..2b7cea836a 100644
--- a/travis/travis-resources.template
+++ b/travis/travis-resources.template
@@ -1,7 +1,7 @@
{
"AWSTemplateFormatVersion": "2010-09-09",
- "Description": "node-mapbox-gl-native travis resources",
+ "Description": "mapbox-gl-native travis resources",
"Resources": {
"BuildUser": {
"Type": "AWS::IAM::User",
@@ -17,7 +17,7 @@
],
"Effect": "Allow",
"Resource": [
- "arn:aws:s3:::node-mapbox-gl-native"
+ "arn:aws:s3:::mapbox-gl-testing"
]
}
]
@@ -37,7 +37,7 @@
],
"Effect": "Allow",
"Resource": [
- "arn:aws:s3:::node-mapbox-gl-native/*"
+ "arn:aws:s3:::mapbox-gl-testing/*"
]
}
]