forked from TrueCloudLab/rclone
KS3 appears to return an Etag which is a valid MD5SUM for multipart uploads. This confuses rclone which is expecting an invalid MD5SUM here. This patch works around that by clearing the Etag on the object returned from a multipart upload if it matches a valid MD5SUM. |
||
---|---|---|
.. | ||
s3.go | ||
s3_test.go | ||
v2sign.go |