Update storage-service.js

Doc: add missing parameter to API docs, per #115
This commit is contained in:
Rand McKinney 2016-03-29 15:02:23 -07:00
parent fa3491a08f
commit 6bf9361451
1 changed files with 1 additions and 0 deletions

View File

@ -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
*/ */