Skip to content

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