Update deploy/byteplus_alb.sh

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
ACHMAD ALIF NASRULLOH
2026-04-05 12:01:06 +07:00
committed by neil
parent 8587c3e744
commit d0e123cb02

View File

@@ -363,7 +363,7 @@ ${_cr_hash}"
# Authorization header # Authorization header
_auth="HMAC-SHA256 Credential=${BYTEPLUS_ACCESS_KEY}/${_credential_scope}, SignedHeaders=${_signed_headers}, Signature=${_signature}" _auth="HMAC-SHA256 Credential=${BYTEPLUS_ACCESS_KEY}/${_credential_scope}, SignedHeaders=${_signed_headers}, Signature=${_signature}"
_debug2 _auth "$_auth" _secure_debug2 _auth "$_auth"
# Build URL and execute GET request # Build URL and execute GET request
_url="https://${_BYTEPLUS_HOST}/?${_sorted_query}" _url="https://${_BYTEPLUS_HOST}/?${_sorted_query}"