Nick Craig-Wood 23ab6fa3a0 operations: fix server side copies on partial upload backends after refactor
After the copy refactor:

179f978f75ed9742 operations: refactor Copy into methods on an temporary object

There was some confusion in the code about server side copies - should
they or shouldn't they use partials?

This manifested in unit test failures for remotes which supported
server side Copy and PartialUploads. This combination is rare and only
exists in the sftp backend with the --sftp-copy-is-hardlink flag.

This fix makes the choice that backends which set PartialUploads
always use partials even for server side copies.
2023-10-30 16:50:19 +00:00
..
2022-11-07 11:41:47 +00:00
2023-08-22 12:52:13 +01:00
2023-08-22 12:52:13 +01:00
2023-10-23 15:43:55 +01:00
2018-08-21 10:58:59 +01:00
2023-10-03 15:24:09 +01:00
2023-09-12 11:24:17 +01:00