C2FO / vfs

Pluggable, extensible virtual file system for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ensure copyto/moveto seek position validation in all backends

funkyshu opened this issue · comments

GCS backend added a error in #78 when seek cursor is not at 0 when calling MoveTo/CopyTo functions. This ensure that no partial files get copied/moved. We should apply this to all backends.