max_results
argument of Client.list_blobs
does not behave correctly
#425
Labels
api: storage
Issues related to the googleapis/python-storage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
According to this
maxResults
should be:When I do this:
Output:
Only one iteration of the loop is completed even though there are 100 blobs in the bucket. It seems the
max_results
argument is limiting the total results rather than per page results.Related to #19
The text was updated successfully, but these errors were encountered: