Skip to content
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

Allow parsing list blobs response without ServerEncrypted tag #1223

Conversation

rguerreiromsft
Copy link
Contributor

Allow parsing list blobs response without ServerEncrypted tag, which is how Azurite responds when a blob is created by multi-block algorithm.

By default, it will assume this tag is false.

I wasn't able to test this using the e2e provided with my Azurite credentials. But I was able to test this issue independently, and I added a few tests to cover this situation. The payload in deserde_azurite_without_server_encrypted is a true payload that happened to me while listing blobs.

I'm not sure if it makes a difference, but this is how my container is setup:
azurite --blobHost 0.0.0.0 --queueHost 0.0.0.0 --tableHost 0.0.0.0 --loose

…is how Azurite responds when a blob is created by multi-block algorithm
@demoray
Copy link
Contributor

demoray commented Feb 21, 2023

Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants