s3proxy icon indicating copy to clipboard operation
s3proxy copied to clipboard

objects should return binary/octet-stream when no content type is specified during put

Open kahing opened this issue 8 years ago • 2 comments

currently s3proxy returns application/unknown vs aws s3 returns binary/octet-stream

kahing avatar Dec 21 '16 07:12 kahing

@kahing The various Java SDKs and HTTP clients interfere with me testing this. Can you change S3ProxyHandler.addContentMetdataFromHttpRequest to add the default Content-Type and test your change locally?

gaul avatar Feb 16 '17 01:02 gaul

I suspect that jclouds sets application/unknown as JCLOUDS-595 suggests. S3Proxy could just provide its own default Content-Type.

gaul avatar Jan 10 '18 07:01 gaul