Skip to content
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

The image file name is no longer transformed to lower case #41

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

arnee
Copy link

@arnee arnee commented May 13, 2017

For now in case there is a requested output format and the image file name is written in mixed spelling, amazon s3 returns an 'The specified key does not exist.'-error since it is case sensitive.
So the file name should not be transformed to lower case.

@macx
Copy link

macx commented May 13, 2017

Thank you @arnee to find and fix the bug.

@teohhanhui teohhanhui added the bug label May 15, 2017
@teohhanhui
Copy link
Contributor

Thanks for catching this, but that's not the right fix. I'll change it so that String::toLowerCase is only called for the actual extension parts.

@teohhanhui
Copy link
Contributor

teohhanhui commented May 15, 2017

@arnee @macx Please let me know if my fix works properly. 😄

@arnee
Copy link
Author

arnee commented May 15, 2017

Thanks @teohhanhui your solution makes more sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants