mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-16 01:07:11 +00:00
Correct enable_content_md5 docs
Both S3fsCurl::PutRequest and S3fsCurl::UploadMultipartPostSetup can calculate and send Content-MD5 to the server. Remove spurious comment about large files and make man page and help consistent. References #929.
This commit is contained in:
parent
fa287aeef7
commit
7d14ebaf09
@ -220,10 +220,8 @@ But if you set the allow_other with this option, you can control permissions of
|
|||||||
\fB\-o\fR nomultipart - disable multipart uploads
|
\fB\-o\fR nomultipart - disable multipart uploads
|
||||||
.TP
|
.TP
|
||||||
\fB\-o\fR enable_content_md5 ( default is disable )
|
\fB\-o\fR enable_content_md5 ( default is disable )
|
||||||
verifying uploaded data without multipart by content-md5 header.
|
Allow S3 server to check data integrity of uploads via the Content-MD5 header.
|
||||||
Enable to send "Content-MD5" header when uploading a object without multipart posting.
|
This can add CPU overhead to transfers.
|
||||||
If this option is enabled, it has some influences on a performance of s3fs when uploading small object.
|
|
||||||
Because s3fs always checks MD5 when uploading large object, this option does not affect on large object.
|
|
||||||
.TP
|
.TP
|
||||||
\fB\-o\fR ecs ( default is disable )
|
\fB\-o\fR ecs ( default is disable )
|
||||||
This option instructs s3fs to query the ECS container credential metadata address instead of the instance metadata address.
|
This option instructs s3fs to query the ECS container credential metadata address instead of the instance metadata address.
|
||||||
|
@ -1231,7 +1231,8 @@ void show_help (void)
|
|||||||
" nomultipart (disable multipart uploads)\n"
|
" nomultipart (disable multipart uploads)\n"
|
||||||
"\n"
|
"\n"
|
||||||
" enable_content_md5 (default is disable)\n"
|
" enable_content_md5 (default is disable)\n"
|
||||||
" - ensure data integrity during writes with MD5 hash.\n"
|
" Allow S3 server to check data integrity of uploads via the\n"
|
||||||
|
" Content-MD5 header. This can add CPU overhead to transfers.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" ecs\n"
|
" ecs\n"
|
||||||
" - This option instructs s3fs to query the ECS container credential\n"
|
" - This option instructs s3fs to query the ECS container credential\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user