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

demandé il y a 2 ans2009 vues
2 réponses
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.

répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions