Fix typo in -o enable_unsigned_payload

This commit is contained in:
Andrew Gaul 2022-01-12 22:50:49 +09:00
parent 3dfc1184ca
commit 25012f3839
2 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@ that they did not create.
Allow S3 server to check data integrity of uploads via the Content-MD5 header.
This can add CPU overhead to transfers.
\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.
.TP
\fB\-o\fR ecs (default is disable)

View File

@ -319,7 +319,7 @@ static const char help_string[] =
" Content-MD5 header. This can add CPU overhead to transfers.\n"
"\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"
"\n"
" ecs (default is disable)\n"