Hey guys,
I'm trying to upload my HTML files without extension and have them set as content type application/html so when my s3 compatible bucket loads /privacy, etc. I don't have to show .html. I think it's cool! So in the rclone command, I'd like to add
--mime='EXTENSION,MIME_TYPE'
so you can customize mime types
--mime='png,image/png'
or for my case
--mime=',application/html'
obviously since extension is empty, this would match items without extension.
alternatively, one could supply a regex. I'm not sure how that would work.
is this a feature you guys would add? I could try myself, but don't have a lot of time to do it now. But shouldn't be too hard.