Azure / Azure/azure-storage-python
list Azure Blobs by pattern
Ouverte
feature request/enhancement
service issue
- Langage dominant
- Python
- Étoiles
- 343
- Forks
- 243
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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')
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- azure, python
- Domaine
- cloud
- Type d'issue
- Fonctionnalité
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100