sftpgo/vfs
Nicola Murino ad53429cf1 add support for build tag to allow to disable some features
The following build tags are available:

- "nogcs", disable Google Cloud Storage backend
- "nos3", disable S3 Compabible Object Storage backends
- "nobolt", disable Bolt data provider
- "nomysql", disable MySQL data provider
- "nopgsql", disable PostgreSQL data provider
- "nosqlite", disable SQLite data provider
- "noportable", disable portable mode
2020-05-23 11:58:05 +02:00
..
fileinfo.go fix some lint issues 2020-04-30 14:23:55 +02:00
fileinfo_unix.go fix some lint issues 2020-04-30 14:23:55 +02:00
fileinfo_windows.go add support for serving Google Cloud Storage over SFTP/SCP 2020-01-31 19:04:00 +01:00
gcsfs.go add support for build tag to allow to disable some features 2020-05-23 11:58:05 +02:00
gcsfs_disabled.go add support for build tag to allow to disable some features 2020-05-23 11:58:05 +02:00
osfs.go cloud backends: fix SFTP error message for some write failures 2020-05-19 19:17:43 +02:00
s3fs.go add support for build tag to allow to disable some features 2020-05-23 11:58:05 +02:00
s3fs_disabled.go add support for build tag to allow to disable some features 2020-05-23 11:58:05 +02:00
vfs.go add support for build tag to allow to disable some features 2020-05-23 11:58:05 +02:00