1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-31 15:43:53 +00:00
Files
rclone/fs/rc/rcserver
Nick Craig-Wood f681d32996 rc: Fix serving bucket based objects with --rc-serve
Before this change serving bucket based objects
`[remote:bucket]/path/to/object` would fail with 404 not found.

This was because the leading `/` in `/path/to/object` was being passed
to NewObject.
2019-06-10 11:59:06 +01:00
..