aws / amazon-s3-encryption-client-dotnet

An encryption client that allows you to secure your sensitive data before you send it to Amazon S3.
https://aws.github.io/amazon-s3-encryption-client-dotnet/
Apache License 2.0
15 stars 10 forks source link

Fix issue creating KMS Client #7

Closed normj closed 3 years ago

normj commented 3 years ago

Issue #, if available: https://github.com/aws/amazon-s3-encryption-client-dotnet/issues/6

Description of changes: The KMS client was being created using the SDK default credentials search. It needs to be created using the same credentials, region and proxy settings as the S3 client that is creating the KMS client.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.