Azure / Azure/azure-storage-python

BlobStorage: Possibility of downloading a batch of blobs

Abierto
#554 5 comentarios 8 reacciones 0 asignados Ver en GitHub
feature request/enhancement
Lenguaje dominante
Python
Estrellas
343
Forks
243
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.