diff options
author | Bobby Sudekum <bobby@mapbox.com> | 2017-01-09 18:20:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-09 18:20:20 -0800 |
commit | f6f82d15abb534f618cec090c4592f87f0511523 (patch) | |
tree | 4db9482f6ac6deb4ba4acc322eabe23fde378d8c /cloudformation | |
parent | 32660bce34d63fe4ce3dad22a5fd51109e9d0911 (diff) | |
download | qtlocation-mapboxgl-f6f82d15abb534f618cec090c4592f87f0511523.tar.gz |
Allow new s3 publish location (#7653)
Diffstat (limited to 'cloudformation')
-rw-r--r-- | cloudformation/travis.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudformation/travis.template b/cloudformation/travis.template index 0d9e3c0dc8..e6b404d9a4 100644 --- a/cloudformation/travis.template +++ b/cloudformation/travis.template @@ -77,7 +77,7 @@ "s3:PutObjectAcl" ], "Resource": [ - "arn:aws:s3:::mapbox-node-binary/mapbox-gl-native/*" + "arn:aws:s3:::mapbox-node-binary/@mapbox/mapbox-gl-native/*" ], "Effect": "Allow" } |