robmarkcole / HASS-S3

Home Assistant integration for S3
Apache License 2.0
24 stars 15 forks source link

Support Content-Type #24

Closed CumpsD closed 2 years ago

CumpsD commented 2 years ago

Boto supports passing the Content-Type:

bucket.put_object(Key='index.html', Body=data, ContentType='text/html')

Can this be added please? Right now my images get the wrong content type

I can try to propose a PR