mirror of
https://github.com/rclone/rclone.git
synced 2026-03-09 10:39:38 -04:00
In 53a1a0e3ef we started returning non nil from NewObject when
an object isn't found. This breaks the integration tests and the API
expected of a backend.
This fixes it.