summaryrefslogtreecommitdiff
path: root/travis/travis-resources.template
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-27 10:21:19 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-10-27 10:25:25 -0400
commit7211ed1bfe501ffd16cdcdc511896e93fd3cbda0 (patch)
treee54c51d8b1b5e65433c7f145f661e1d9f52781d5 /travis/travis-resources.template
parent84700fce9095ef9a7d30a580a552f2393f8acc8a (diff)
downloadqtlocation-mapboxgl-7211ed1bfe501ffd16cdcdc511896e93fd3cbda0.tar.gz
Reverts AWS key change
This reverts commit 38023928ad44ef86e84c045c77c571ce252306dc. This reverts commit 5d46caaf87e315a4c221e8c5f0ed10236b244b43. This reverts commit b3d064d1bbdfce42f394e96c63371b7f313b60d0.
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/*"
]
}
]