Skip to content

Commit 4b0fc4f

Browse files
committed
documentation changes
1 parent c92e1fd commit 4b0fc4f

File tree

1 file changed

+1
-1
lines changed
  • runtime/auth/aws-signing-common/common/src/aws/smithy/kotlin/runtime/auth/awssigning

1 file changed

+1
-1
lines changed

runtime/auth/aws-signing-common/common/src/aws/smithy/kotlin/runtime/auth/awssigning/AwsSigningConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public class AwsSigningConfig(builder: Builder) {
101101
* rather supplements it. In particular, a header will get signed if and only if it returns true to both the
102102
* internal check and this function (if defined).
103103
*
104-
* The default predicate is to not reject signing any headers (i.e., `_ -> true`).
104+
* The default predicate signs all headers (i.e., `_ -> true`).
105105
*/
106106
public val shouldSignHeader: ShouldSignHeaderPredicate = builder.shouldSignHeader
107107

0 commit comments

Comments
 (0)