mirror of
https://github.com/rclone/rclone
synced 2024-11-17 17:30:37 +01:00
s3: improve docs for --s3-disable-checksum
This commit is contained in:
parent
52c9647b06
commit
4e869e03f7
@ -785,7 +785,12 @@ The minimum is 0 and the maximum is 5GB.`,
|
||||
Advanced: true,
|
||||
}, {
|
||||
Name: "disable_checksum",
|
||||
Help: "Don't store MD5 checksum with object metadata",
|
||||
Help: `Don't store MD5 checksum with object metadata
|
||||
|
||||
Normally rclone will calculate the MD5 checksum of the input before
|
||||
uploading it so it can add it to metadata on the object. This is great
|
||||
for data integrity checking but can cause long delays for large files
|
||||
to start uploading.`,
|
||||
Default: false,
|
||||
Advanced: true,
|
||||
}, {
|
||||
|
Loading…
Reference in New Issue
Block a user