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
Research direction
Start with the Python Azure API entry point named in the issue, block_blob_service.list_blobs, and review how blob names are currently filtered or listed. The work is done when callers can pass a Unix-style pattern such as '**/reports/*.pdf' and receive the matching blobs, including nested paths.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, python
- Domain
- cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100