Skip to content

Commit 88e9eab

Browse files
1 parent c2fbf04 commit 88e9eab

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

lib/storage/file.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,10 @@ File.prototype.copy = function(destination, callback) {
219219
* @param {object=} options - Configuration object.
220220
* @param {string|boolean} options.validation - Possible values: `"md5"`,
221221
* `"crc32c"`, or `false`. By default, data integrity is validated with an
222-
* MD5 checksum for maximum reliability. CRC32c will provide better
223-
* performance with less reliability. You may also choose to skip validation
224-
* completely, however this is **not recommended**.
222+
* MD5 checksum for maximum reliability, falling back to CRC32c when an MD5
223+
* hash wasn't returned from the API. CRC32c will provide better performance
224+
* with less reliability. You may also choose to skip validation completely,
225+
* however this is **not recommended**.
225226
*
226227
* @example
227228
* //-

0 commit comments

Comments
 (0)