Creating a To-Be-Signed String
StringToSign =
    Algorithm + \n +
    RequestDateTime + \n +
    HashedCanonicalRequest
 Parameters in the pseudocode are described as follows:
- Algorithm
   
Signature algorithm. For SHA-256, the value is SDK-HMAC-SHA256.
 - RequestDateTime
   
Request timestamp, which is the same as X-Sdk-Date in the request header. The format is YYYYMMDDTHHMMSSZ.
 - HashedCanonicalRequest
   
Hash value generated using the SHA-256 algorithm based on the standard request constructed in Constructing a Standard Request.
 
SDK-HMAC-SHA256 20191115T033655Z b25362e603ee30f4f25e7858e8a7160fd36e803bb2dfe206278659d71a9bcd7a
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.