BryanWilhite / SonghayCore

core reusable, opinionated concerns for *all* 🧐 of my C# projects
http://songhayblog.azurewebsites.net/
MIT License
1 stars 0 forks source link

`ToAzureStorageCanonicalizedResourceLocation` does not support mixed-case URIs #125

Closed BryanWilhite closed 3 years ago

BryanWilhite commented 3 years ago

the ToAzureStorageCanonicalizedResourceLocation method [:octocat: GitHub] currently ensures that all of its output is in lowercase; this surely is an unnecessary requirement as URIs for Azure Blobs with upper and lower case work fine on the production Azure Storage server

BryanWilhite commented 3 years ago

the Microsoft 📖 docs on SharedKey authorization confines the use of lowercase to headers and URI query-string parameters:

image