rclone/backend/chunker
Ivan Andreev 8d3acfb38c chunker: improve detection of incompatible metadata #4917
Before this patch chunker required that there is at least one
data chunk to start checking for a composite object.

Now if chunker finds at least one potential temporary or control
chunk, it marks found files as a suspected composite object.
When later rclone tries a concrete operation on the object,
it performs postponed metadata read and decides: is this a native
composite object, incompatible metadata or just garbage.
2021-01-10 21:59:25 +03:00
..
chunker_internal_test.go chunker: reduce length of temporary suffix 2019-12-09 16:56:32 +00:00
chunker_test.go chunker: finish meta-format before release 2019-09-25 11:03:33 +01:00
chunker.go chunker: improve detection of incompatible metadata #4917 2021-01-10 21:59:25 +03:00