Add kms boto3 test.
This commit is contained in:
parent
0df47574ab
commit
09a4d177f5
2 changed files with 11 additions and 2 deletions
|
|
@ -231,7 +231,6 @@ class KmsResponse(BaseResponse):
|
|||
|
||||
def decrypt(self):
|
||||
value = self.parameters.get("CiphertextBlob")
|
||||
print("value 3", value)
|
||||
return json.dumps({"Plaintext": base64.b64decode(value).decode("utf-8")})
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue