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 c92e1fd commit 4b0fc4fCopy full SHA for 4b0fc4f
runtime/auth/aws-signing-common/common/src/aws/smithy/kotlin/runtime/auth/awssigning/AwsSigningConfig.kt
@@ -101,7 +101,7 @@ public class AwsSigningConfig(builder: Builder) {
101
* rather supplements it. In particular, a header will get signed if and only if it returns true to both the
102
* internal check and this function (if defined).
103
*
104
- * The default predicate is to not reject signing any headers (i.e., `_ -> true`).
+ * The default predicate signs all headers (i.e., `_ -> true`).
105
*/
106
public val shouldSignHeader: ShouldSignHeaderPredicate = builder.shouldSignHeader
107
0 commit comments