-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure storage returns empty <Blobs> #326
Comments
After some testing it looks like simply sending a response to s3 client without either one of
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have hit (a possibly undocumented) behavior of Azure List Blobs operation returning empty node:
This causes
Comparing with debug output of
az storage blob list
, it seems this is OK and azure-cli simply issues a next request.Thanks
Petr
The text was updated successfully, but these errors were encountered: