Wei Wei
Wei Wei
Thanks @cnaj! The PR looks good for me, and I have merged it.
@cnaj For the download request, do you add header "x-ms-rage" with a range end bigger than the real blob size 0? - If so, this is expected to fail, and...
@cnaj A Fix PR is already raised, please check if it works for you. https://github.com/Azure/Azurite/pull/2461
@cnaj I tried to search `x-ms-range: bytes=0--1` expected behavior from rest API doc, but not find anything. https://learn.microsoft.com/en-us/rest/api/storageservices/get-blob?tabs=microsoft-entra-id https://learn.microsoft.com/en-us/rest/api/storageservices/specifying-the-range-header-for-blob-service-operations I also tried to send it with storage .net SDK, and...
> So it's actually the Java SDK's fault because it sends an invalid header. > > Nevertheless, it looks like Azure chooses to ignore the Range header (see https://httpwg.org/specs/rfc9110.html#field.range), either...
@EmmaZhu Would you please help to look at this issue?
@EmmaZhu Would you please help to look at the blob tag issue?
As we discussed: 1. We can build a private package, and share to Storage explorer team and see if they can have a try. 2. If the 2 framework issues...
Hi @chaysen-heycircle , Not sure what do you mean by "they are no longer recognized by Azurite". Is there any error occur or something else? If any error occur, is...
@kfcss Thanks for raising this issue! It looks archive tier fail request still no implemented in Azurite. The function need update is https://github.com/Azure/Azurite/blob/cd8cbd0cc4d0a092ed5a61d90c8dc2d251ee4e8b/src/blob/handlers/BlobHandler.ts#L64 Azurite welcome contribution! It would be great...