bucket.list_blobs is missing page_size arg (present in client.list_blobs) #1200
Labels
api: storage
Issues related to the googleapis/python-storage API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
For consistency, it would be great if bucket.list_blobs supported the page_size argument.
A work-around is to call client.list_blobs directly, where page_size is a valid arg.
The text was updated successfully, but these errors were encountered: