File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -885,9 +885,7 @@ def list_blobs(
885
885
886
886
:type max_results: int
887
887
:param max_results:
888
- (Optional) The maximum number of blobs in each page of results
889
- from this request. Non-positive values are ignored. Defaults to
890
- a sensible value set by the API.
888
+ (Optional) The maximum number of blobs to return.
891
889
892
890
:type page_token: str
893
891
:param page_token:
Original file line number Diff line number Diff line change @@ -508,9 +508,7 @@ def list_blobs(
508
508
The bucket resource to pass or name to create.
509
509
510
510
max_results (int):
511
- (Optional) The maximum number of blobs in each page of results
512
- from this request. Non-positive values are ignored. Defaults to
513
- a sensible value set by the API.
511
+ (Optional) The maximum number of blobs to return.
514
512
515
513
page_token (str):
516
514
(Optional) If present, return the next batch of blobs, using the
You can’t perform that action at this time.
0 commit comments