Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update dependency on boto3 #317

Merged
merged 1 commit into from
Feb 2, 2021

Conversation

farleyb-amazon
Copy link
Contributor

@farleyb-amazon farleyb-amazon commented Feb 2, 2021

Description of changes:
Now that we're passing key ids to KMS Decrypt operations, we need to make sure our boto version knows that Decrypt accepts KeyId as a parameter, otherwise client-side request validation fails.

Testing:
Installed version 1.10 of boto3, confirmed that encrypt/decrypt operations succeed. Versions prior to 1.10 fail with ParamValidationError: Unknown parameter in input: "KeyId", must be one of: CiphertextBlob, EncryptionContext, GrantTokens")

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@alex-chew alex-chew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@farleyb-amazon farleyb-amazon merged commit ac3b028 into aws:master Feb 2, 2021
@farleyb-amazon farleyb-amazon deleted the dependency-update branch February 2, 2021 17:24
robin-aws pushed a commit to robin-aws/aws-encryption-sdk-python that referenced this pull request Apr 27, 2021
robin-aws pushed a commit that referenced this pull request Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants