Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Minio 是否支持 MIME 类型检查?例如,当上传文件时,用户可以指定该文件的 MIME 类型。然后 Minio 分析这个文件,如果它是正确的(例如它是有效的图像)保存,如果不是错误响应。
Minio 支持 AWS S3 API,它不实施任何基于 MIME 类型的检查。但是你绝对可以在上传的时候设置对象的 Content-Type,它会被 Minio 保存。