Nick Craig-Wood 48cdedc97b Re-implement sync routine to work a directory at a time
Multiple directories (up to --checkers worth) are scanned at once.

This uses much less memory than the previous scheme - only the amount
of memory needed to hold an entire directory listing of objects.

For directory based remotes the speed is unchanged.

For bucket based remotes, instead of doing one API call to list the
whole bucket, it does multiple calls, one for each pseudo directory.
However these are done in parallel so in practice this seems to speed
up directory listings.

This replaces the existing sync method as it performs faster and uses
less memory.

The old sync method is available with the temporary --old-sync-method
flag.

Fixes #517
Fixes #439
Fixes #236
Fixes #1067
2017-02-04 10:30:25 +00:00
..
2017-02-04 10:29:18 +00:00
2017-01-16 17:33:25 +00:00
2016-06-19 16:51:49 +02:00
2016-09-12 17:50:19 +01:00
2016-09-12 17:50:19 +01:00
2017-02-04 10:29:46 +00:00
2017-01-02 15:33:06 +00:00