Releases: C2FO/vfs
Releases · C2FO/vfs
Bug Fixes
Fix Write/Touch in SFTP issues on AWS
[5.5.3] - 2020-05-11
Fixed
- Addresses an issue where writes/touch calls on the vfs.File backend did not work properly on AWS-hosted SFTP environments. (See https://github.com/pkg/sftp/pull/310/files)
Ensure that writing truncates existing file
Fix S3 space in filename issue
[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
[5.5.0] - 2019-09-09
Added
SFTP backend vfs implementation
Support Move/Copy between systems using multiple authentication credentials
- 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
Added
- ACL can now be passed in as an s3.Option value. See
https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl for values.
Fix gcs List bug
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
fixed minor linting-type issues
[5.2.1] - 2019-07-17
Fixed
- Missing error check in utils.UpdateLastModifiedByMoving()
- Minor goreportcard checks failed. Now 100%