mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-03 13:07:24 +00:00
Fix typo in -o enable_unsigned_payload
This commit is contained in:
parent
3dfc1184ca
commit
25012f3839
@ -263,7 +263,7 @@ that they did not create.
|
|||||||
Allow S3 server to check data integrity of uploads via the Content-MD5 header.
|
Allow S3 server to check data integrity of uploads via the Content-MD5 header.
|
||||||
This can add CPU overhead to transfers.
|
This can add CPU overhead to transfers.
|
||||||
\fB\-o\fR enable_unsigned_payload (default is disable)
|
\fB\-o\fR enable_unsigned_payload (default is disable)
|
||||||
Do not calculate Content-SHA25 for PutObject and UploadPart
|
Do not calculate Content-SHA256 for PutObject and UploadPart
|
||||||
payloads. This can reduce CPU overhead to transfers.
|
payloads. This can reduce CPU overhead to transfers.
|
||||||
.TP
|
.TP
|
||||||
\fB\-o\fR ecs (default is disable)
|
\fB\-o\fR ecs (default is disable)
|
||||||
|
@ -319,7 +319,7 @@ static const char help_string[] =
|
|||||||
" Content-MD5 header. This can add CPU overhead to transfers.\n"
|
" Content-MD5 header. This can add CPU overhead to transfers.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" enable_unsigned_payload (default is disable)\n"
|
" enable_unsigned_payload (default is disable)\n"
|
||||||
" - Do not calculate Content-SHA25 for PutObject and UploadPart\n"
|
" - Do not calculate Content-SHA256 for PutObject and UploadPart\n"
|
||||||
" payloads. This can reduce CPU overhead to transfers.\n"
|
" payloads. This can reduce CPU overhead to transfers.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" ecs (default is disable)\n"
|
" ecs (default is disable)\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user