findify / s3mock

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

Mime-Type change #167

Open NitinSharma1991 opened 4 years ago

NitinSharma1991 commented 4 years ago

Hi

Could you please help me in changing the content type from application/octet-stream to text/CSS in java mock.

shuttie commented 4 years ago

I guess you're talking about https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html and content-type overrides in S3. AFAIK it's not yet implemented, but PRs are welcomed.