We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b23628 commit e376518Copy full SHA for e376518
lib/storage/bucket.js
@@ -334,8 +334,8 @@ Bucket.prototype.file = function(name, options) {
334
* @param {string} query.delimiter - Results will contain only objects whose
335
* names, aside from the prefix, do not contain delimiter. Objects whose
336
* names, aside from the prefix, contain delimiter will have their name
337
- * truncated after the delimiter, returned in prefixes. Duplicate prefixes
338
- * are omitted.
+ * truncated after the delimiter, returned in `apiResponse.prefixes`.
+ * Duplicate prefixes are omitted.
339
* @param {string} query.prefix - Filter results to objects whose names begin
340
* with this prefix.
341
* @param {number} query.maxResults - Maximum number of items plus prefixes to
0 commit comments