mirror of
https://github.com/rclone/rclone.git
synced 2025-08-07 21:18:43 +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.