You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: