Skip to content

Releases: C2FO/vfs

Bug Fixes

09 Jul 22:25
8b49ff6
Compare
Choose a tag to compare

[5.5.4] - 2020-07-06

Fixed

  • fixes #21 - OS file.Location().ChangeDir(something/) should not affect location
  • fixes #44 - make S3 waitUntilFileExists Exists error more descriptive of root error
  • fixes #45 - fix ASCII diagram alignment for SFTP doc

Added

  • Improved test coverage for os.FileSystem

Fix Write/Touch in SFTP issues on AWS

12 May 22:06
8b1d1e1
Compare
Choose a tag to compare

[5.5.3] - 2020-05-11

Fixed

Ensure that writing truncates existing file

29 Apr 22:41
8271a1c
Compare
Choose a tag to compare

[5.5.2] - 2020-04-23

Fixed

  • Ensure that writing truncates existing file. Fixes #40

Fix S3 space in filename issue

10 Feb 17:00
0a730dc
Compare
Choose a tag to compare

[5.5.1] - 2020-02-20

Fixed

  • Ensure that spaces (url encoded or not) in filenames and paths work as expected when copying (particularly for s3 to s3 native copyObject). Fixes #36.

Add SFTP backend

16 Sep 19:23
27e70df
Compare
Choose a tag to compare

[5.5.0] - 2019-09-09
Added
SFTP backend vfs implementation

Support Move/Copy between systems using multiple authentication credentials

27 Aug 20:47
c8fa292
Compare
Choose a tag to compare
  • Added fallback to TouchCopy for S3/GCS implementations for CopyTo and MoveTo operations between files and locations which use different authentication and region configurations. When possible, the directoy copy/move operations will be used by the underlying clients.

Now with S3 ACL

25 Aug 03:52
244cb15
Compare
Choose a tag to compare

Added

Fix gcs List bug

07 Aug 16:30
a130446
Compare
Choose a tag to compare

Fixed

  • The GS implementation of location.List() returned an empty string for files found inside a persistent "folder" object
    created in the UI or by createing a zero-length object ending with "/". These objects are now ignored.
  • Fixed a gs-to-gs copy bug that became visible with integration tests aded in v5.2.2.

v5.2.2

29 Jul 19:11
3f46c6e
Compare
Choose a tag to compare

Fixed

  • The OS implementation of file.MoveToLocation() now ensures that the target directory exists before attempting to move the file

fixed minor linting-type issues

17 Jul 21:06
Compare
Choose a tag to compare

[5.2.1] - 2019-07-17

Fixed

  • Missing error check in utils.UpdateLastModifiedByMoving()
  • Minor goreportcard checks failed. Now 100%