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

Commit

Permalink
Include the cacert in the PUT call when uploading to S3 (#266)
Browse files Browse the repository at this point in the history
Co-authored-by: John Siirola <jsiirola@users.noreply.github.com>
  • Loading branch information
nmoinvaz and jsiirola committed May 28, 2020
1 parent 53becf4 commit 1c0e078
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 1c0e078

Please sign in to comment.