wimleers / fileconveyor

File Conveyor is a daemon written in Python to detect, process and sync files. In particular, it's designed to sync files to CDNs. Amazon S3 and Rackspace Cloud Files, as well as any Origin Pull or (S)FTP Push CDN, are supported. Originally written for my bachelor thesis at Hasselt University in Belgium.
https://wimleers.com/fileconveyor
The Unlicense
341 stars 95 forks source link

case-insensitive extension filtering #64

Open andriy-gerasika opened 13 years ago

andriy-gerasika commented 13 years ago

I have <extensions>ico:js:css:gif:png:jpg:jpeg:svg:swf</extensions> in my config.xml but it is not accepting *.PNG files -- can you please enhance FileConveyor to allow case-insensitive extensions? either by default, or some extra attribute in <extensions case-insentive="true">

wimleers commented 13 years ago

This is definitely a sensible improvement.

Could you maybe contribute a patch? :)