Azure / Azure/azure-storage-python
list Azure Blobs by pattern
Open
feature request/enhancement
service issue
- Dominant language
- Python
- Stars
- 343
- Forks
- 243
- PR merge metrics
- No merged PRs in 30d
Description
With the Python Azure API I would like to query blobs by a pattern.
For example, get all report pdf's (with the Unix style path name pattern expansion):
block_blob_service.list_blobs('mycontainer', '**/reports/*.pdf')
Contributor guide
Assessment
This issue has not been assessed yet.