mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-02-08 21:48:26 +00:00
parent
511d223468
commit
f02105c346
@ -176,6 +176,9 @@ You can specify this option for performance, s3fs memorizes in stat cache that t
|
|||||||
do not check ssl certificate.
|
do not check ssl certificate.
|
||||||
server certificate won't be checked against the available certificate authorities.
|
server certificate won't be checked against the available certificate authorities.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-o\fR ssl_verify_hostname (default="2")
|
||||||
|
When 0, do not verify the SSL certificate against the hostname.
|
||||||
|
.TP
|
||||||
\fB\-o\fR nodnscache - disable dns cache.
|
\fB\-o\fR nodnscache - disable dns cache.
|
||||||
s3fs is always using dns cache, this option make dns cache disable.
|
s3fs is always using dns cache, this option make dns cache disable.
|
||||||
.TP
|
.TP
|
||||||
|
@ -1160,6 +1160,9 @@ void show_help ()
|
|||||||
" - server certificate won't be checked against the available \n"
|
" - server certificate won't be checked against the available \n"
|
||||||
" certificate authorities.\n"
|
" certificate authorities.\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
" ssl_verify_hostname (default=\"2\")\n"
|
||||||
|
" - When 0, do not verify the SSL certificate against the hostname.\n"
|
||||||
|
"\n"
|
||||||
" nodnscache (disable dns cache)\n"
|
" nodnscache (disable dns cache)\n"
|
||||||
" - s3fs is always using dns cache, this option make dns cache disable.\n"
|
" - s3fs is always using dns cache, this option make dns cache disable.\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user