mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
s3: allow to skip TLS verification
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -130,6 +130,13 @@ Flags:
|
||||
prefix and its contents
|
||||
--s3-region string
|
||||
--s3-role-arn string
|
||||
--s3-skip-tls-verify If enabled the S3 client accepts any TLS
|
||||
certificate presented by the server and
|
||||
any host name in that certificate.
|
||||
In this mode, TLS is susceptible to
|
||||
man-in-the-middle attacks.
|
||||
This should be used only for testing.
|
||||
|
||||
--s3-storage-class string
|
||||
--s3-upload-concurrency int How many parts are uploaded in
|
||||
parallel (default 2)
|
||||
|
||||
Reference in New Issue
Block a user