OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:listbucket
(Results
1 - 1
of
1
) sorted by null
/external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/
cloudstorage_api.py
24
'
listbucket
',
188
def
listbucket
(path_prefix, marker=None, prefix=None, max_keys=None,
function
202
subdirectories returned will end with the delimiter. So
listbucket
230
listbucket
("/bucket/f", marker="/bucket/foo/1")
234
listbucket
("/bucket/", delimiter="/")
236
listbucket
("/bucket/foo/", delimiter="/")
277
"""A wrapper for a GCS bucket as the return value of
listbucket
."""
285
options: a dict of
listbucket
options. Please see
listbucket
doc.
Completed in 84 milliseconds