sftpgo/httpd
Nicola Murino 1770da545d s3: upload concurrency is now configurable
Please note that if the upload bandwidth between the SFTP client and
SFTPGo is greater than the upload bandwidth between SFTPGo and S3 then
the SFTP client have to wait for the upload of the last parts to S3
after it ends the file upload to SFTPGo, and it may time out.
Keep this in mind if you customize parts size and upload concurrency
2020-03-13 19:13:58 +01:00
..
schema s3: upload concurrency is now configurable 2020-03-13 19:13:58 +01:00
api_maintenance.go memory provider: load users from a dump file 2020-02-02 22:20:39 +01:00
api_quota.go add support for serving Google Cloud Storage over SFTP/SCP 2020-01-31 19:04:00 +01:00
api_user.go filters: we can now set allowed and denied files extensions 2020-03-01 22:10:29 +01:00
api_utils.go s3: upload concurrency is now configurable 2020-03-13 19:13:58 +01:00
auth.go httpd: add support for basic auth and HTTPS 2020-02-04 00:08:00 +01:00
httpd.go improve validations for user provided file and directory paths 2020-03-03 09:09:58 +01:00
httpd_test.go s3: upload concurrency is now configurable 2020-03-13 19:13:58 +01:00
internal_test.go s3: upload concurrency is now configurable 2020-03-13 19:13:58 +01:00
router.go httpd: add support for basic auth and HTTPS 2020-02-04 00:08:00 +01:00
tlsutils.go httpd: allow to reload the https certificate without restarting the service 2020-02-04 23:21:33 +01:00
web.go s3: upload concurrency is now configurable 2020-03-13 19:13:58 +01:00