mirror of
https://github.com/rclone/rclone.git
synced 2026-05-18 22:03:21 -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