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()