-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Service AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.StorageStorage Service (Queues, Blobs, Files)Storage Service (Queues, Blobs, Files)customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
- Package Name: azure-storage-blob
- Package Version: 12.27.0, 12.26.0, 12.23.0
- Operating System: Ubuntu 22.04(?), MacOS, (have not verified on Windows yet)
- Python Version: 3.10.12, 3.12.10
Describe the bug
Calling ContainerClient.walk_blobs() and ContainerClient.list_blobs() both terminate prematurely while enumerating blobs in a hierarchical storage account. With walk_blobs(), I have even tried explicitly calling ContainerClient.walk_blobs().by_page() during enumeration.
I have not verified with a non-hierarchical storage account.
I did not see this issue with a simple Go script that also enumerates the blobs.
To Reproduce
Steps to reproduce the behavior:
- Create a hierarchical storage account with multiple blobs nested in folders.
- Call
ContainerClient.walk_blobs()on the storage account. - Verify that not all blobs are enumerated.
Expected behavior
All blobs should be enumerated.
Screenshots
Additional context
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Service AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.StorageStorage Service (Queues, Blobs, Files)Storage Service (Queues, Blobs, Files)customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that