Skip to content

Commit e376518

Browse files
storage: docs for prefixes - googleapis#491
1 parent 0b23628 commit e376518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/storage/bucket.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ Bucket.prototype.file = function(name, options) {
334334
* @param {string} query.delimiter - Results will contain only objects whose
335335
* names, aside from the prefix, do not contain delimiter. Objects whose
336336
* names, aside from the prefix, contain delimiter will have their name
337-
* truncated after the delimiter, returned in prefixes. Duplicate prefixes
338-
* are omitted.
337+
* truncated after the delimiter, returned in `apiResponse.prefixes`.
338+
* Duplicate prefixes are omitted.
339339
* @param {string} query.prefix - Filter results to objects whose names begin
340340
* with this prefix.
341341
* @param {number} query.maxResults - Maximum number of items plus prefixes to

0 commit comments

Comments
 (0)