Hi,
I'm using Sync (Copy mode) from a remote S3 (rclone encrypted) to local. The majority of the files have been copied, but I get this error in the end, and I don't know if this interrupts the process immediately or not (i.e. are there files that haven't been copied aside from the problematic one?). Any hints on how to figure out the problematic file?(edited)
What's your underlying S3 provider? What's your OS?
This error would usually indicate that there maybe some issues with RANGE request handling.
Any hints on how to figure out the problematic file?
At the moment that would likely mean running Rclone CLI and when its not showing the affected file then adding -vvv. Rclone logging in S3Drive isn't fully finished, we may release experimental version though.
Tom
What's your underlying S3 provider? What's your OS?
This error would usually indicate that there maybe some issues with RANGE request handling.
Any hints on how to figure out the problematic file?
At the moment that would likely mean running Rclone CLI and when its not showing the affected file then adding -vvv. Rclone logging in S3Drive isn't fully finished, we may release experimental version though.