Skip to content

Commit 5def8e7

Browse files
storage: update getSignedUrl example.
1 parent a9645cd commit 5def8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/storage/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ Bucket.prototype.remove = function(name, callback) {
341341
* @param {string} options.resource - Resource to allow access to.
342342
*
343343
* @example
344-
* var signedUrl = bucket.getSignedUrl({
344+
* bucket.getSignedUrl({
345345
* action: 'read',
346346
* expires: Math.round(Date.now() / 1000) + (60 * 60 * 24 * 14), // 2 weeks.
347347
* resource: 'my-dog.jpg'

0 commit comments

Comments
 (0)