Mais du reste, ça ne devrait pas poser problème si on en croit la doc AWS :
Some HTTP client libraries do not expose the ability to set the Date header for a request. If you have trouble including the value of the 'Date' header in the canonicalized headers, you can set the timestamp for the request by using an 'x-amz-date' header instead. The value of the x-amz-date header must be in one of the RFC 2616 formats (http://www.ietf.org/rfc/rfc2616.txt). When an x-amz-date header is present in a request, the system will ignore any Date header when computing the request signature. Therefore, if you include the x-amz-date header, use the empty string for the Date when constructing the StringToSign.
# Oups
Posté par JulienG . En réponse au message Signature S3 et comportement du navigateur Web. Évalué à 3.
Je m'auto-réponds sur la partie entête "Date" : on ne peut pas l'envoyer.
Mais du reste, ça ne devrait pas poser problème si on en croit la doc AWS :
Là je sèche vraiment...