rclone/backend/swift
Nick Craig-Wood 324077fb48 swift: fix update multipart object removing all of its own parts
After uploading a multipart object, rclone deletes any unused parts.

Probably as part of the listing unification, the detection of the
parts beloning to the current upload was failing and calling Update
was deleting the parts for the current object.

This change fixes the detection and deletes all the old parts but none
of the new ones now.

Fixes #4075
2020-08-03 14:45:03 +01:00
..
auth.go swift: work around token expiry on CEPH 2019-03-18 13:30:59 +00: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
swift.go swift: fix update multipart object removing all of its own parts 2020-08-03 14:45:03 +01:00