diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2014-10-11 12:48:34 -0400 |
---|---|---|
committer | Mike Morris <michael.patrick.morris@gmail.com> | 2014-10-11 12:48:34 -0400 |
commit | 5d46caaf87e315a4c221e8c5f0ed10236b244b43 (patch) | |
tree | 27229eff6180099801a304ab80ded45a5b711293 /travis | |
parent | e76d3e4a817d820d736462ce98af86da730ab849 (diff) | |
download | qtlocation-mapboxgl-5d46caaf87e315a4c221e8c5f0ed10236b244b43.tar.gz |
use node-mapbox-gl-native AWS keys
Diffstat (limited to 'travis')
-rw-r--r-- | travis/travis-resources.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/travis/travis-resources.template b/travis/travis-resources.template index afe0478e33..0145e69ea5 100644 --- a/travis/travis-resources.template +++ b/travis/travis-resources.template @@ -1,7 +1,7 @@ { "AWSTemplateFormatVersion": "2010-09-09", - "Description": "mapbox-gl-native travis resources", + "Description": "node-mapbox-gl-native travis resources", "Resources": { "BuildUser": { "Type": "AWS::IAM::User", @@ -17,7 +17,7 @@ ], "Effect": "Allow", "Resource": [ - "arn:aws:s3:::mapbox-gl-testing" + "arn:aws:s3:::node-mapbox-gl-native" ] } ] @@ -37,7 +37,7 @@ ], "Effect": "Allow", "Resource": [ - "arn:aws:s3:::mapbox-gl-testing/*" + "arn:aws:s3:::node-mapbox-gl-native/*" ] } ] |