mirror of
https://github.com/rclone/rclone.git
synced 2025-03-10 20:45:14 +08:00

In this commit: 5f938fb9ed8aa650 s3: fix "Entry doesn't belong in directory" errors when using directory markers We checked that the remote has the prefix and then changed the remote before removing the prefix. This sometimes causes: panic: runtime error: slice bounds out of range [56:55] The fix is to do the modification of the remote after removing the prefix. See: https://forum.rclone.org/t/cryptcheck-panic-runtime-error-slice-bounds-out-of-range/41977