Closed
Description
Hi,
SVGs that I upload to my bucket are being served as text/plain. I suspect that the mime type detection has failed, so I'm trying to set it manually. Here's an example metadata object I use during upload:
metadata: {
'Content-Type': 'image/svg+xml'
}
There doesn't seem to be any documentation on how to set the content type, so any help is appreciated.
Cheers