We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdad405 commit fea5f58Copy full SHA for fea5f58
lib/api/apiUtils/object/storeObject.js
@@ -12,6 +12,7 @@ const { arsenalErrorFromChecksumError } = require('../../apiUtils/integrity/vali
12
* @param {object} dataRetrievalInfo - object containing the keys of stored data
13
* @param {number} dataRetrievalInfo.key - key of the stored data
14
* @param {string} dataRetrievalInfo.dataStoreName - the implName of the data
15
+ * @param {object} checksumStream - checksum transform stream with digest/algoName properties
16
* @param {object} log - request logger instance
17
* @param {function} cb - callback to send error or move to next task
18
* @return {function} - calls callback with arguments:
0 commit comments