azure-sdk-for-js
azure-sdk-for-js copied to clipboard
[storage-blob] Escape path like dotnet for storage blob names (exclude path separator from encoding)
Packages impacted by this PR
storage-blob
Issues associated with this PR
#22568
Describe the problem that is addressed by this PR
Change the encoding of blobNames to exclude the path separator /
.
Before:
https://mystorageaccount.blob.core.windows.net/my-container/folderA%2Fblob.txt
After:
https://mystorageaccount.blob.core.windows.net/my-container/folderA/blob.txt
Thank you for your contribution mwiedemeyer! We will review the pull request and get back to you soon.
@EmmaZhu please have a look
There are some test failures due to record session not match. I'll update these test cases, then we can merge the PR.
It seems that the checks are now running successfully. Just the last one failed with a timeout after 60minutes. Can you please check if it can be merged @EmmaZhu ?
@mwiedemeyer
Seems browser cases failed due to outdated record session. Could you take this PR https://github.com/mwiedemeyer/azure-sdk-for-js/pull/2?
Apologize for the inconvenience.
Thanks @EmmaZhu now the checks completed successfully. I would be more than happy if the PR will be merged soon 😉
Thanks a lot @mwiedemeyer for the contribution.