We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6e10b commit d085decCopy full SHA for d085dec
aws-runtime/aws-config/common/src/aws/sdk/kotlin/runtime/config/AbstractAwsSdkClientFactory.kt
@@ -98,9 +98,11 @@ public abstract class AbstractAwsSdkClientFactory<
98
}
99
100
if (config is HttpChecksumClientConfig.Builder) {
101
+ // TODO - business metric
102
config.requestChecksumCalculation =
103
config.requestChecksumCalculation ?: resolveRequestChecksumCalculation(platform, profile)
104
105
106
config.responseChecksumValidation =
107
config.responseChecksumValidation ?: resolveResponseChecksumValidation(platform, profile)
108
0 commit comments