Unverified Commit af534a73 authored by KincaidYang's avatar KincaidYang Committed by GitHub
Browse files

移除部分敏感debug信息

parent 772bbdc8
...@@ -183,7 +183,6 @@ tencent_signature_v3() { ...@@ -183,7 +183,6 @@ tencent_signature_v3() {
credentialScope="$date/$service/tc3_request" credentialScope="$date/$service/tc3_request"
stringToSign="$algorithm\n$timestamp\n$credentialScope\n$(tencent_sha256 "$canonicalRequest")" stringToSign="$algorithm\n$timestamp\n$credentialScope\n$(tencent_sha256 "$canonicalRequest")"
_debug "stringToSign: $stringToSign"
secretDate=$(tencent_hmac_sha256 "TC3$secretKey" "$date") secretDate=$(tencent_hmac_sha256 "TC3$secretKey" "$date")
secretService=$(tencent_hmac_sha256_hexkey "$secretDate" "$service") secretService=$(tencent_hmac_sha256_hexkey "$secretDate" "$service")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment