From f6f82d15abb534f618cec090c4592f87f0511523 Mon Sep 17 00:00:00 2001 From: Bobby Sudekum Date: Mon, 9 Jan 2017 18:20:20 -0800 Subject: Allow new s3 publish location (#7653) --- cloudformation/travis.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloudformation') 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" } -- cgit v1.2.1