mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
In this commit we broke server side copy for files with spaces
4c5764204d internetarchive: fix server side copy files with &
This fixes the problem by using rest.URLPathEscapeAll which escapes
everything possible.
Fixes #8754