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