-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to set object Content-Type in composeObject #1304
Comments
I also encountered the same problem. |
Have the same problem and no developer to help? |
By the way, even if I set the "content-type" to "video/mp4" when I use fetch to upload the shard, the problem still exists |
I found a solution
If it doesn't work out, you can contact me |
Change set metadata from userMetadata attr to header attr, it's ok now~
|
Hello everyone.
I want to upload an mp4 file to minio. I first uploaded the file's fragmented data, and then used composeObject to merge these fragmented files. The objects can be merged into a new object, but its Content-Type is binary/octet-stream. I can't modify the ContentType using UserMetadata. How do I specify this Content-Type? Thanks, the code is following:
The text was updated successfully, but these errors were encountered: