Skip to content

Commit

Permalink
(storage) document write options. fixes #161
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Sep 19, 2014
1 parent 4036816 commit a47cc9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/storage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,8 @@ Bucket.prototype.createWriteStream = function(name, metadata) {
*
* @param {string} name - Name of the remote file to create.
* @param {object|string|buffer} options - Configuration object or data.
* @param {object=} options.metadata - Optional metadata.
* @param {string|buffer=} options.data - Data to save to the file.
* @param {object=} options.metadata - Metadata.
* @param {function=} callback - The callback function.
*
* @example
Expand Down

0 comments on commit a47cc9b

Please sign in to comment.