Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Remove 'x-amz-acl': 'public-read' header #178

Merged
merged 1 commit into from May 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion lib/codecov.js
Expand Up @@ -211,7 +211,6 @@ var sendToCodecovV3 = function(
body: upload_body,
headers: {
'Content-Type': 'text/plain',
'x-amz-acl': 'public-read',
},
},
function(err) {
Expand Down