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
Currently I'm facing an issue with alpakka s3 client 0.10 when accessing a file like files/überall.csv
The request signature we calculated does not match the signature you provided. Check your key and signing method.
When I pass the key with encoded special chars, e.g. files/%C3%BCberall.csv I get another exception: The specified key does not exist.
Supposedly the issue is related to #357 and #316 because in version 0.9 I had exactly the error akka.http.scaladsl.model.IllegalUriException: Illegal URI reference: Invalid input 'ü', expected '/', 'EOI', '#', '?' or pchar for exactly same configuration.
The text was updated successfully, but these errors were encountered:
Hey @francisdb I added one on my local branch, actually shows that it's broken. I'll try to look into it myself, but anyway hope it helps gipeshka@d10058b
Hi guys.
Currently I'm facing an issue with alpakka s3 client 0.10 when accessing a file like
files/überall.csv
When I pass the key with encoded special chars, e.g.
files/%C3%BCberall.csv
I get another exception:The specified key does not exist.
Supposedly the issue is related to #357 and #316 because in version 0.9 I had exactly the error
akka.http.scaladsl.model.IllegalUriException: Illegal URI reference: Invalid input 'ü', expected '/', 'EOI', '#', '?' or pchar
for exactly same configuration.The text was updated successfully, but these errors were encountered: