File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 * //-
You can’t perform that action at this time.
0 commit comments