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

Call to get tags (?comp=tags) returns content instead of tags #1151

Closed
bamancio-futura opened this issue Nov 2, 2021 · 2 comments
Closed
Assignees
Labels
blob-storage featureparity Tracking issues for catching up feature parity

Comments

@bamancio-futura
Copy link

bamancio-futura commented Nov 2, 2021

Which service(blob, file, queue, table) does this issue concern?

Blob

Which version of the Azurite was used?

Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)

DockerHub

What problem was encountered?

When I call GET /devstoreaccount1/testcontainer/dummyfile.txt?comp=tags HTTP/1.1 from the docker image I get the content of the blob in the response, instead of the tags structure. When I call the same from an Azure Storage Account I get the expected structure, which are the tags.

Steps to reproduce the issue?

Call GET /devstoreaccount1/testcontainer/dummyfile.txt?comp=tags HTTP/1.1

Have you found a mitigation/solution?

Call a real Azure Storage Account. I get the expected structure in the response.

@blueww blueww added blob-storage featureparity Tracking issues for catching up feature parity labels Nov 3, 2021
@blueww blueww self-assigned this Nov 3, 2021
@blueww
Copy link
Member

blueww commented Nov 3, 2021

@bamancio-futura
Thanks for raising the issue!
Blob tag is still not supported by Azurite, see details in https://github.com/Azure/Azurite#support-matrix.
We already have other issue to track it, like #647

However, do you want to make this API fail with 500 in Azurite, since it's not implemented.

@bamancio-futura
Copy link
Author

I'll wait for the support in #647. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blob-storage featureparity Tracking issues for catching up feature parity
Projects
None yet
Development

No branches or pull requests

2 participants