🐛 Fix case sensitive matching.
- When using files + metadata with uppercase letters. Metadata was not correctly mapped to the original file. Instead of automatically parsing the suffixes to lowercase and comparing modified file names we fully rely on the OS
- suffixes with capital letters are skipped, as intended
What's Changed
* fix: lower file type comparison by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/185
**Full Changelog**: https://github.com/deepset-ai/deepset-cloud-sdk/compare/1.0.0...1.0.1