mirror of
https://github.com/rclone/rclone.git
synced 2026-05-12 18:38:00 -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