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
|
@ -124,8 +124,13 @@ minimum size.`,
|
|||
Default: defaultChunkSize,
|
||||
Advanced: true,
|
||||
}, {
|
||||
Name: "disable_checksum",
|
||||
Help: `Disable checksums for large (> upload cutoff) files`,
|
||||
Name: "disable_checksum",
|
||||
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,
|
||||
Advanced: true,
|
||||
}, {
|
||||
|
|
Loading…
Reference in a new issue