**Describe the bug** When the gs backend the MoveToFile function, it unconditionally returns an error due to error wrapping, even when there is no error: ```go moveToLocation error: %!w(<nil>) ``` We should be checking for nil in error error wrapping.