mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 07:30:25 +00:00
9359669cd4
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. |
||
---|---|---|
.. | ||
fileinfo.go | ||
fileinfo_unix.go | ||
fileinfo_windows.go | ||
gcsfs.go | ||
osfs.go | ||
s3fs.go | ||
vfs.go |