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
Fix SigV4 canonical query string for valueless parameters
CreateMultipartUpload uses `?uploads` which gives RawQuery="uploads", but
AWS SigV4 requires valueless parameters to be encoded as "uploads=". Fix the
`sign` function to build the canonical query string via url.ParseQuery so
all parameters are properly sorted and encoded regardless of how the URL was
constructed.
0 commit comments