sftpgo-mirror/vfs
Nicola Murino 9359669cd4 s3: set upload concurrency to 2
we upload a file while receiving it via SFTP not a file stored on a local
disk. We use concurrent uploads only to be able to send files of arbitrary
size, so concurrency is not really useful here. Setting the concurrency to
2 we have a max difference of 10 MB between the writer (sftp client) and
the reader (aws sdk), with the default concurrency value this difference
is 25MB.
2020-02-04 23:14:55 +01:00
..
fileinfo.go add support for serving Google Cloud Storage over SFTP/SCP 2020-01-31 19:04:00 +01:00
fileinfo_unix.go add support for serving Google Cloud Storage over SFTP/SCP 2020-01-31 19:04:00 +01: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 serving Google Cloud Storage over SFTP/SCP 2020-01-31 19:04:00 +01:00
osfs.go S3: add support for serving virtual folders 2020-01-19 23:23:09 +01:00
s3fs.go s3: set upload concurrency to 2 2020-02-04 23:14:55 +01:00
vfs.go add support for serving Google Cloud Storage over SFTP/SCP 2020-01-31 19:04:00 +01:00