… the S3Client also applies to the internal KMS client
Description
Set KMS Client config timeout from the S3 client config so that the setting applies to both the S3 client and internal KMS client.
Motivation and Context
Allows the S3 timeout to apply to the internal KMS client. E.g. lowering the S3 client timeout to abandon calls over say, 10 seconds is not possible because the internal KMS client will always call for 100 seconds as the default HttpClient timeout.
… the S3Client also applies to the internal KMS client
Description
Set KMS Client config timeout from the S3 client config so that the setting applies to both the S3 client and internal KMS client.
Motivation and Context
Allows the S3 timeout to apply to the internal KMS client. E.g. lowering the S3 client timeout to abandon calls over say, 10 seconds is not possible because the internal KMS client will always call for 100 seconds as the default HttpClient timeout.
https://github.com/aws/amazon-s3-encryption-client-dotnet/issues/31
Testing
Screenshots (if appropriate)
Types of changes
Checklist
License