Azure / Azure/azure-storage-python

new feature request: adding unix style globbing tool to list files on azure blobs

オープン
#690 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
343
フォーク
243
PR マージ指標
30日以内にマージされた PR はありません

説明

It would be great to be able to list files in a azure blob using unix style glob expressions as
provided in python for files on disk through the glob module.

This can be implemented in the client side using the original glob module as a reference and changing calls to os.listdir function by client.walk_blobs function. I implemented a working prototype using this approach.

If this was implemented on the server side this would potentially run much faster as would not require many back and forth communication between the azure server and the client.

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

Start by reading Python's glob module and the client's walk_blobs entry point, then review the working prototype mentioned in the issue. First resolve whether the contribution targets client-side matching or a server-side query; done means Azure blob listings support the agreed Unix-style glob behavior.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
azure, python
領域
api, cloud
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。