Update storage-service.js
Doc: add missing parameter to API docs, per #115
This commit is contained in:
parent
fa3491a08f
commit
6bf9361451
|
@ -243,6 +243,7 @@ StorageService.prototype.upload = function(req, res, options, cb) {
|
||||||
* Download middleware <!-- Should this be documented? -->
|
* Download middleware <!-- Should this be documented? -->
|
||||||
* @param {String} container Container name
|
* @param {String} container Container name
|
||||||
* @param {String} file File name
|
* @param {String} file File name
|
||||||
|
* @param {Request} HTTP request
|
||||||
* @param {Response} res HTTP response
|
* @param {Response} res HTTP response
|
||||||
* @param {Function} cb Callback function
|
* @param {Function} cb Callback function
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue