From ee270373e6250b65781312fbd56bb0ba3f027d79 Mon Sep 17 00:00:00 2001 From: Thiago Ramos Date: Mon, 18 May 2020 01:52:41 -0300 Subject: [PATCH] Removing extra url header Now that we have pre-signed puts, we don't need to use presigned headers. In fact, since they are added post-signing, the system is not responding well to them --- codecov/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/codecov/__init__.py b/codecov/__init__.py index d5d72354..8fe7d39e 100644 --- a/codecov/__init__.py +++ b/codecov/__init__.py @@ -1046,7 +1046,6 @@ def main(*argv, **kwargs): data=reports, headers={ "Content-Type": "text/plain", - "x-amz-acl": "public-read", }, ) s3.raise_for_status()