mirror of
https://github.com/rclone/rclone.git
synced 2025-02-20 07:48:33 +02:00
This reverts commit dc06973796392edf Revert "s3: use rclone's low level retries instead of AWS SDK to fix listing retries" Which in turn reverted 5470d34740d03e15 "backend/s3: use low-level-retries as the number of SDK retries" So we are back where we started. It then modifies it to set the AWS SDK to `--low-level-retries` retries, but set the rclone retries to 2 so that directory listings can be retried.