mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 08:23:47 +01:00
cf9b82b8db
Before this patch the md5all option would skip creating metadata with hashsum if base filesystem provided md5, in hope to pass it through. However, if base hash is slow (for example on local fs), chunker passed slow md5 but never reported this fact in features. This patch makes chunker snapshot base hashsum in metadata when md5all is set and base hashsum is slow since chunker was intended to provide only instant hashsums from the start. Fixes #5508 |
||
---|---|---|
.. | ||
chunker_internal_test.go | ||
chunker_test.go | ||
chunker.go |