Open arnee opened 7 years ago
Thank you @arnee to find and fix the bug.
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.
@arnee @macx Please let me know if my fix works properly. :smile:
Thanks @teohhanhui your solution makes more sense.
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.