Azure / Azure/azure-storage-python

BlobStorage: Possibility of downloading a batch of blobs

Đang mở
#554 5 bình luận 8 reaction 0 người được giao Xem trên GitHub
feature request/enhancement
Ngôn ngữ chính
Python
Star
343
Fork
243
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

### 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.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.