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 #266

Merged
merged 1 commit into from May 28, 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: 1 addition & 0 deletions codecov/__init__.py
Expand Up @@ -1095,6 +1095,7 @@ def main(*argv, **kwargs):
write(" Uploading to S3...")
s3 = requests.put(
upload_url,
verify=codecov.cacert,
data=reports_gzip,
headers={
"Content-Type": "application/x-gzip",
Expand Down