mirror of
https://github.com/rclone/rclone.git
synced 2026-01-03 17:13:18 +00:00
Extend the shouldRetry function by also checking for the quotaExceeded reason, and since this function appeared to be untested, add a test case for the existing errors and this new one. Fixes #615