Actions
Bug #16830
open[keep-web] S3 PutObject response should have content MD5
Status:
New
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Release:
Release relationship:
Auto
Description
Currently s3cmd can upload a file to keep-web successfully, but the response does not have an ETag header with the expected content MD5, so s3cmd counts it as a failure and retries.
Response header should look like
ETag: "1b2cf535f27731c974343645a3985328"
https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html
Actions