Is Minio supports MIME type check? For example, when uploading file user can specify what MIME type should be for this file. Than Minio analyzes this file and if it is a correct (e.g it's valid image) save, if not response with an error.
Asked
Active
Viewed 5,192 times
1 Answers
2
Minio supports AWS S3 API which doesn't implement any MIME type based checking. But you can definitely set Content-Type of the object while uploading and it will be preserved by Minio.

Harshavardhana
- 1,400
- 8
- 17