rclone/backend/swift
Nick Craig-Wood 9cc17cec9a swift: fix missing hash from object returned from upload
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

aeea4430d5 swift: efficiency: slim Object and reduce requests on upload

It was spotted by the integration tests.

The fix was just to use the canonical form "Etag" instead of "ETag".
2020-09-01 16:04:32 +01:00
..
auth.go swift: work around token expiry on CEPH 2019-03-18 13:30:59 +00:00
swift.go swift: fix missing hash from object returned from upload 2020-09-01 16:04:32 +01:00
swift_internal_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
swift_test.go build: implement a framework for starting test servers during tests 2020-01-18 16:47:37 +00:00