From 06f101d9e3de4cf038c2a50fc87c4f2830e397fe Mon Sep 17 00:00:00 2001 From: jojoliang Date: Wed, 28 Apr 2021 21:37:52 +0800 Subject: [PATCH] update crypto wrap meta --- crypto/crypto_type.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/crypto_type.go b/crypto/crypto_type.go index 5b13a55..c954c30 100644 --- a/crypto/crypto_type.go +++ b/crypto/crypto_type.go @@ -23,7 +23,7 @@ const ( ) const ( - CosKmsCryptoWrap = "COS/KMS/Crypto" + CosKmsCryptoWrap = "KMS/TencentCloud" AesCtrAlgorithm = "AES/CTR/NoPadding" EncryptionUaSuffix = "COSEncryptionClient" )