You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the upload part api can't identify the file mime ,so need set the Content-Type in the api InitiateMultipartUpload,there are not ContentType method, so I used headerParam,but after uploaded ,the Content-Type not change, what the right way to change the Content-Type?
the upload part api can't identify the file mime ,so need set the
Content-Type
in the api InitiateMultipartUpload,there are notContentType
method, so I usedheaderParam
,but after uploaded ,theContent-Type
not change, what the right way to change theContent-Type
?The text was updated successfully, but these errors were encountered: