Skip to content

Commit d085dec

Browse files
committed
Add todos for business metrics
1 parent 2f6e10b commit d085dec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws-runtime/aws-config/common/src/aws/sdk/kotlin/runtime/config/AbstractAwsSdkClientFactory.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,11 @@ public abstract class AbstractAwsSdkClientFactory<
9898
}
9999

100100
if (config is HttpChecksumClientConfig.Builder) {
101+
// TODO - business metric
101102
config.requestChecksumCalculation =
102103
config.requestChecksumCalculation ?: resolveRequestChecksumCalculation(platform, profile)
103104

105+
// TODO - business metric
104106
config.responseChecksumValidation =
105107
config.responseChecksumValidation ?: resolveResponseChecksumValidation(platform, profile)
106108
}

0 commit comments

Comments
 (0)