diff options
Diffstat (limited to 'paste/s3.py')
-rw-r--r-- | paste/s3.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/paste/s3.py b/paste/s3.py index a9b2b21..673e428 100644 --- a/paste/s3.py +++ b/paste/s3.py @@ -83,6 +83,7 @@ class Bucket: "Host": self.endpoint, "X-Amz-Date": s3v4_datetime_string(now), "X-Amz-Content-SHA256": "UNSIGNED-PAYLOAD", + "Content-Length": "0", } auth = s3v4_sign_request( |