移除部分敏感debug信息

pull/4782/head
KincaidYang 2023-09-06 13:09:52 +08:00 committed by GitHub
parent 772bbdc862
commit af534a73fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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")