Closed fahchen closed 5 days ago
I encountered a SignatureDoesNotMatch when the object key contains characters that need to be escaped, such as spaces or CJK characters.
SignatureDoesNotMatch
The path has been encoded at 168L, so we just update the url before returning. https://github.com/wojtekmach/req/blob/a3c48b845119069909e9197cd53264782513b4b4/lib/req/utils.ex#L168
path
url
Thank you!
I encountered a
SignatureDoesNotMatch
when the object key contains characters that need to be escaped, such as spaces or CJK characters.The
path
has been encoded at 168L, so we just update theurl
before returning. https://github.com/wojtekmach/req/blob/a3c48b845119069909e9197cd53264782513b4b4/lib/req/utils.ex#L168