Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrohrbough committed Mar 1, 2022
1 parent a3ff3c0 commit a4d1e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/binary/upload-build-artifact.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit a4d1e6d

Please sign in to comment.