mirror of
https://github.com/rclone/rclone.git
synced 2026-03-13 04:27:29 -04: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