rclone/amazonclouddrive
Nick Craig-Wood 536526cc92 amazonclouddrive: Restart directory listings on error - fixes #475
Before this change rclone would retry only the page that was missing
from the directory listing.  However it turns out that on 429 errors
at least, that page is gone from the directory listing which results
in missing files in the list.  The workaround for this is to restart
the directory listing on any retryable errors.
2016-05-14 17:15:42 +01:00
..
amazonclouddrive_test.go Add more tests for List() and fix resulting problems 2016-05-07 14:50:35 +01:00
amazonclouddrive.go amazonclouddrive: Restart directory listings on error - fixes #475 2016-05-14 17:15:42 +01:00