Azure / Azure/azure-storage-python

BlobStorage: Possibility of downloading a batch of blobs

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

説明

### Which service(blob, file, queue) does this issue concern?
blob

### Which version of the SDK was used? Please provide the output of `pip freeze`.
azure-storage-blob==1.4.0
azure-storage-common==1.4.0

### What problem was encountered?
I am missing the possibility of downloading/reading a batch of blobs (specifically a "folder") -- a functionality which is already present in the Azure CLI (`az storage blob download-batch`). I am currently using the `service.get_blob_to_text(container: str, path: str)`, and I imagine the syntax being `service.get_blobs_to_text(container: str, paths: iterable)`.

### Have you found a mitigation/solution?
Currently I am reading the files one-by-one, which generates a performance overhead.

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

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

評価

この issue はまだ評価されていません。

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

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