s3: improve docs for --s3-disable-checksum
This commit is contained in:
parent
52c9647b06
commit
4e869e03f7
1 changed files with 7 additions and 2 deletions
|
@ -784,8 +784,13 @@ The minimum is 0 and the maximum is 5GB.`,
|
||||||
Default: fs.SizeSuffix(maxSizeForCopy),
|
Default: fs.SizeSuffix(maxSizeForCopy),
|
||||||
Advanced: true,
|
Advanced: true,
|
||||||
}, {
|
}, {
|
||||||
Name: "disable_checksum",
|
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,
|
Default: false,
|
||||||
Advanced: true,
|
Advanced: true,
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Reference in a new issue