findify / s3mock

Embedded S3 server for easy mocking
MIT License
387 stars 107 forks source link

putObject or/and getObject doesn't support custom ContentType header #141

Open woworks opened 5 years ago

woworks commented 5 years ago

if I put object that has custom ContentType (e.g. "properties") and get this object back - ContentType becomes "application/octet-stream". On AWS S3 works as expected.