does S3 signed url (for put request) support Content-MD5 header?

0

Hi, I tried to create a Signed URL and upload text file to it with Content-MD5 header. but the response shows "There were headers present in the request which were not signed". I am using C# SDK. I could not find the options adding Content-MD5 header to signed URL.

is this meant that the pre-signed URL does not support content-MD5?

BR

已提問 2 年前檢視次數 2080 次
2 個答案
0
  • Thank you for your comment!

    yes, i have. but the document menthions about Put Object. In my case, i want to upload (put) object using Pre-Signed URL. also i want to send MD5 content together. My question is, in other words, is it possible to create a Signed URL that includes Content-MD5?

0

I do not know why, but SDK for .NET does not have MD5 Option. TGetPreSignedUrlRequest.
On the other hand, SDK for Java has this Option. with MD5. Therefore, it is possible to use Content-MD5 with pre signed URL, i think.

已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南