From a4d1e6de2a81dca313ee889fa3b1c9f6881f68a8 Mon Sep 17 00:00:00 2001 From: Emily Rohrbough Date: Tue, 1 Mar 2022 14:28:21 -0600 Subject: [PATCH] . --- scripts/binary/upload-build-artifact.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/binary/upload-build-artifact.js b/scripts/binary/upload-build-artifact.js index 11f4907872e0..abaea6fc11de 100644 --- a/scripts/binary/upload-build-artifact.js +++ b/scripts/binary/upload-build-artifact.js @@ -57,7 +57,7 @@ const setChecksum = async (filename, key) => { // by default s3.copyObject does not preserve ACL when copying // thus we need to reset it for our public files - return s3helpers.setUserMetadata(uploadUtils.S3.S3Configuration.bucket, key, metadata, + return s3helpers.setUserMetadata(uploadUtils.S3Configuration.bucket, key, metadata, 'application/zip', 'public-read', s3) }