We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9645cd commit 5def8e7Copy full SHA for 5def8e7
lib/storage/index.js
@@ -341,7 +341,7 @@ Bucket.prototype.remove = function(name, callback) {
341
* @param {string} options.resource - Resource to allow access to.
342
*
343
* @example
344
- * var signedUrl = bucket.getSignedUrl({
+ * bucket.getSignedUrl({
345
* action: 'read',
346
* expires: Math.round(Date.now() / 1000) + (60 * 60 * 24 * 14), // 2 weeks.
347
* resource: 'my-dog.jpg'
0 commit comments