vfs v5.8.0 Release Notes

Release Date: 2021-08-24 // over 2 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.