mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00: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.