mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 08:23:47 +01:00
9cc17cec9a
Before this fix we were reading the hash from the upload using the
string "ETag", however the go runtime normalises the tag into "Etag"
so we were in fact always reading an empty string.
This bug was introduced in
|
||
---|---|---|
.. | ||
auth.go | ||
swift_internal_test.go | ||
swift_test.go | ||
swift.go |