Add support for matchGlob
in listing objects
#1035
Labels
api: storage
Issues related to the googleapis/python-storage API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
I'd like to filter objects according to their path pattern (e.g., filtering by files' suffix).
In GCS API - it can be achieve d easily by using the
matchGlob
parameter.Currently, this parameter is not natively supported in the GCS Python client.
Describe the solution you'd like
Add the param
matchGlob
to objects'list_blobs
methods as a part of the GCS Python client.Describe alternatives you've considered
Currently, the alternatives are (mis)using the
delimiter
param or calling the API directly (usinggooglecloudapi.discovery.build
).The text was updated successfully, but these errors were encountered: