-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
å in filename #149
Comments
We use base64 encoded request and have this issue as well. Fix for us to replace this line https://github.com/awslabs/serverless-image-handler/blob/9ccdb7180c7881eb78c220f3958b671d968c16dd/source/image-handler/image-request.js#L197 It will then use utf-8 encoding Example:
|
Hi there, |
We have updated our solution, and I believe your issue has been fixed. If you still see the issue with the latest version (v4.2), please feel free to reopen the issue. You can refer to the recent changes here |
Hi, we are now trying to move from version 3 to 4
we have som european character in our filename (key)
like
testbern [1]ått.jpeg
Space is ok
[ . is ok
but å make image handler not work
this is working for version 3 when we urlencode the key like testbern+%5B1%5D%C3%A5tt.jpeg
But this is not possible in version 4
Any idea how to use a key with foreign characther in name ?
B
The text was updated successfully, but these errors were encountered: