DJMAKEITBRAIN
DJMAKEITBRAIN9mo ago

Setting content-type in S3 File Uploader

Hey! Is it possible to set a content-type for the uploaded file in the S3 File Uploader? If that property isn't set, everythig defaults to application/octet-stream, which I need to override. If it's not possible, I'll need to put together a Script to use the S3 API to set the content-type after the file is already uploaded, but that's far from ideal. Any help would be much appreciated!
3 Replies
rubenf
rubenf9mo ago
For now we do not support it
DJMAKEITBRAIN
DJMAKEITBRAINOP9mo ago
Fair enough - thanks for clarifying!
fr3fou
fr3fou6mo ago
darn, was dealing with the same thing - i want to make sure minio knows the file type i'm using :/

Did you find this page helpful?