10000 Include the cacert in the PUT call when uploading to S3 (#266) · codecov/codecov-python@1c0e078 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 1c0e078

Browse files
nmoinvazjsiirola
andauthored
Include the cacert in the PUT call when uploading to S3 (#266)
Co-authored-by: John Siirola <jsiirola@users.noreply.github.com>
1 parent 53becf4 commit 1c0e078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codecov/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,7 @@ def main(*argv, **kwargs):
10951095
write(" Uploading to S3...")
10961096
s3 = requests.put(
10971097
upload_url,
1098+
verify=codecov.cacert,
10981099
data=reports_gzip,
10991100
headers={
11001101
"Content-Type": "application/x-gzip",

0 commit comments

Comments
 (0)
0