mirror of
https://github.com/rclone/rclone.git
synced 2025-07-19 05:23:32 +02: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.