Wei Wei

Results 441 comments of Wei Wei

@maikschulze Thanks for the detail question! Yes, Azurite is a storage data plane rest API emulator, not support control plane rest API which can enable last access time tracking (and...

This looks a behavior unalignment between Azurite and product Azure server on corner case. From the [public doc](https://learn.microsoft.com/en-us/rest/api/storageservices/specifying-conditional-headers-for-blob-service-operations) of Blob condition headers, it didn’t mention every corner case like null...

@elkash Would you please reply the question in my above comments: 1. How do you send this request? (like with which SDK or client tool? The code or command?) 2....

@Slach Would you please share more background of this change? 1. Does it target for a temp fix of CPP SDK issue 2. Does product Azure server has same behavior...

> 1. This change allows properly using `azurite` in e2e test scenarios with old version of azure cpp-sdk > current version of cpp sdk still contains issue when client dont...

> > If this is only for a temp SDK issue fix > > this is not temp SDK issue fix. > > You can't guarantee same behavior from other...

@Slach Thanks for the details! I see Azurite will return 2 more headers than Azure server : ``` Connection: keep-alive Keep-Alive: timeout=5 ``` In this case, it's better we make...

> > In this case, it's better we make the default Azurite behavior aligned with Azure server as not return the 2 headers. Would you please help to update the...

@Slach I believe the PR is ready to review after you update it. Just add 2 comments for the parameter description and test cases.

@Slach Could you please look at my comments above, and see if can fix them. Feel free to let me know if you have different opinion.