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
JoinPaths: don't add "/" before the query string (Azure#19278)
* JoinPaths: do not unconditionally add a forward slash before the query string
Preserve a trailing slash if the last path element has it
FixesAzure#19245
* azblob GetSASURL: don't add a forward slash before the query string
* slight change based on url.JoinPath
also fix container.GetSASURL
Co-authored-by: Joel Hendrix <jhendrix@microsoft.com>
0 commit comments