-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KMS: Makes samples consistent across languages. (#461)
This change, in particular: * Consistently names variables with the API (locationId, keyRingId, cryptoKeyId). * Displays the function name in the region tag. * Correctly writes decoded base64 to disk and encodes file contents before calling KMS. * Correctly loads decoded base64 from disk. * Labels parameters as plaintextFileName and ciphertextFileName, rather than inFile and outFile where applicable. * Makes test failure messages more readable.
- Loading branch information
Showing
3 changed files
with
210 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.