我尝试通过cURL将文件上传到AWS S3存储桶。 使用版本2身份验证和SHA1它运行良好,但我无法使其与SHA256(和版本2)一起使用。
根据在线文档,我们通常可以做这样的事情:
The hash-based protocol used to calculate the signature. This can be either HMAC-SHA1 or HMAC-SHA256 for Signature Version 2.
(http://docs.aws.amazon.com/general/latest/gr/signature-version-2.html)
是否有人知道是否可以将SHA256与版本2签名一起使用?