Hey there,
When uploading an image to Oxwall, say to the forum plugin using the image button in the toolbar, it doesn't send the correct meta data to Amazon S3 storage.
For example, I uploaded a .png image. In the meta data, there are no headers for this being a .png. It should normally be something like:
Content-Type: image/png
Cache-Control: max-age=2592000,public
Expires: Sun, 01 Jan 2034 00:00:00 GMT
But when checking the headers, it reveals:
Using curl -I also shows this same information.
When attempting to view this image in a browser, it will try to download the image instead of serve it through the browser itself:
https://s3.amazonaws.com/...s/base/40-kekeke.png
Is this a configuration issue on my end, or is this indeed not working as intended?