When uploading a file on S3 with S3Connector, it is possible to define metadata such as content-type, which is great.
Why not allowing the same upon folder upload for the files located in the folder ?
I have a large number of images to upload from a directory tree and I'd need them to be flagged as "content-type: image/png" instead of "content-type: binary/octet-steam" which is the current default.