Add missing paragraph to help (#1974)

This commit is contained in:
Andrew Gaul 2022-07-03 12:35:02 +09:00 committed by GitHub
parent f11eb7d69b
commit 2723e1049e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,6 +261,7 @@ that they did not create.
\fB\-o\fR enable_content_md5 (default is disable) \fB\-o\fR enable_content_md5 (default is disable)
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.
.TP
\fB\-o\fR enable_unsigned_payload (default is disable) \fB\-o\fR enable_unsigned_payload (default is disable)
Do not calculate Content-SHA256 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.