Azure / Azure/azure-storage-python
list Azure Blobs by pattern
未关闭
feature request/enhancement
service issue
- 主要语言
- Python
- 星标
- 343
- 派生
- 243
- PR 合并指标
- 30 天内没有已合并 PR
描述
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')
贡献指南
调研方向
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.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- azure, python
- 领域
- cloud
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100