mirror of
https://github.com/rclone/rclone.git
synced 2025-11-29 05:47:23 +02: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