mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
The "relative" argument was missing when Put'ing a file. This sets an incorrect object entry in the cache, leading to the file being unreadable when using mount functionality. Fixes #6151