vfs v5.8.0 Release Notes
Release Date: 2021-08-24 // about 3 years ago-
๐ Fixed
- ๐ fixed #82 Return error when CopyTo/MoveTo functions are called when Seek offset is not (0,0) for all backends, not just GCS.
- ๐ fixed #84 where sftp connections were never disconnected in a long-lived app. Added Close to sftp backend Client interface. Close client automatically 10 seconds (configurable in Options) after connecting unless reset by calling some server request action. ### ๐ Deprecated
- ๐ Deprecating utils.TouchCopy (#89). ### โ Added
- โ Added utils.TouchCopyBuffered(#89). TouchCopyBuffered uses a min buffer size of 256MB and allows for a custom buffer size to be set with filesystem options. Improves large file transfer with negligible impact on smaller file transfers.