C2FO / vfs

Pluggable, extensible virtual file system for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vfs backend for SFTP fails to marshal correctly

funkyshu opened this issue · comments

Password in vfs.Options for SFTP backend has the wrong (accessKeyId ) json struct tag which means when marshalling it provides an empty value.

Update json struct tag to be password