flownative / flow-aws-s3

Amazon S3 adaptor for Neos and Flow
MIT License
18 stars 33 forks source link

Upload SVG set wrong content type #26

Closed Chhunlong closed 5 years ago

Chhunlong commented 5 years ago

Hi team,

I upload svg file and it suppose to set content-type as "image/svg+html" but when i checked on s3 it set content-type as "application/octet-stream".

Do i missed something with the configuration?

violeng commented 5 years ago

@Chhunlong upgrade to version 2.0.4 should solve the problem.