You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {string=} options.contentMd5 - The MD5 digest value in base64. If you
1150
+
* @param {string=} config.contentMd5 - The MD5 digest value in base64. If you
1151
1151
* provide this, the client must provide this HTTP header with this same
1152
1152
* value in its request.
1153
-
* @param {string=} options.contentType - If you provide this value, the client
1153
+
* @param {string=} config.contentType - If you provide this value, the client
1154
1154
* must provide this HTTP header set to the same value.
1155
-
* @param {*} options.expires - A timestamp when this link will expire. Any
1156
-
* value given is passed to `new Date()`.
1157
-
* @param {string=} options.extensionHeaders - If these headers are used, the
1155
+
* @param {*} config.expires - A timestamp when this link will expire. Any value
1156
+
* given is passed to `new Date()`.
1157
+
* @param {object=} config.extensionHeaders - If these headers are used, the
1158
1158
* server will check to make sure that the client provides matching values.
1159
-
* @param {string=} options.promptSaveAs - The filename to prompt the user to
1159
+
* @param {string=} config.promptSaveAs - The filename to prompt the user to
1160
1160
* save the file as when the signed url is accessed. This is ignored if
1161
-
* options.responseDisposition is set.
1162
-
* @param {string=} options.responseDisposition - The
1161
+
* `config.responseDisposition` is set.
1162
+
* @param {string=} config.responseDisposition - The
1163
1163
* [response-content-disposition parameter](http://goo.gl/yMWxQV) of the
1164
1164
* signed url.
1165
-
* @param {string=} options.responseType - The response-content-type parameter
1165
+
* @param {string=} config.responseType - The response-content-type parameter
1166
1166
* of the signed url.
1167
1167
* @param {function=} callback - The callback function.
1168
1168
* @param {?error} callback.err - An error returned while making this request
0 commit comments