forked from TrueCloudLab/rclone
b2: improve docs for --b2-disable-checksum
This commit is contained in:
parent
7238ae18f9
commit
52c9647b06
1 changed files with 7 additions and 2 deletions
|
@ -125,7 +125,12 @@ minimum size.`,
|
||||||
Advanced: true,
|
Advanced: true,
|
||||||
}, {
|
}, {
|
||||||
Name: "disable_checksum",
|
Name: "disable_checksum",
|
||||||
Help: `Disable checksums for large (> upload cutoff) files`,
|
Help: `Disable checksums for large (> upload cutoff) files
|
||||||
|
|
||||||
|
Normally rclone will calculate the SHA1 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