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 1fcd4b2 commit 4edabfbCopy full SHA for 4edabfb
runtime/protocol/http-client/common/src/aws/smithy/kotlin/runtime/http/operation/HttpOperationContext.kt
@@ -68,6 +68,8 @@ public object HttpOperationContext {
68
/**
69
* The name of the algorithm to be used for computing a checksum of the request.
70
*/
71
+ @Deprecated("This execution context attribute is no longer supported.")
72
+ // FIXME: Remove in next minor version bump
73
public val ChecksumAlgorithm: AttributeKey<String> = AttributeKey("aws.smithy.kotlin#ChecksumAlgorithm")
74
}
75
0 commit comments