mirror of
https://github.com/rclone/rclone.git
synced 2025-02-20 07:48:33 +02: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