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

Include the cacert in the PUT call when uploading to S3 #187

Closed
wants to merge 4 commits into from
Closed
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: 1 addition & 0 deletions codecov/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1042,6 +1042,7 @@ def main(*argv, **kwargs):
s3 = requests.put(
upload_url,
data=reports,
verify=codecov.cacert,
headers={"Content-Type": "text/plain",},
)
s3.raise_for_status()
Expand Down