yhfgithub opened a new issue, #8244:
URL: https://github.com/apache/apisix/issues/8244

   ### Current State
   
   hi,guys,You wrote wrong, there should be no \n after signed_headers_string.
   
   6. `signed_headers_string` 用来制定参与到签名的 headers,在上面示例中包括 `User-Agent: 
curl/7.29.0` 和 `x-custom-a: test`。
   
   根据 HTTP Method + \n + HTTP URI + \n + canonical_query_string + \n + 
access_key + \n + Date + \n + signed_headers_string **+ `\n`**,得到完整的 
`signing_string` 为:
   
   ### Desired State
   
   6. `signed_headers_string` 用来制定参与到签名的 headers,在上面示例中包括 `User-Agent: 
curl/7.29.0` 和 `x-custom-a: test`。
   
   根据 HTTP Method + \n + HTTP URI + \n + canonical_query_string + \n + 
access_key + \n + Date + \n + signed_headers_string ,得到完整的 `signing_string` 为:


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to