Skip to content

Commit

Permalink
X-Amz-Session-Token -> X-Amz-Security-Token
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Feb 13, 2024
1 parent f303c84 commit 646da2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public object AwsSigningAttributes {
public val NormalizeUriPath: AttributeKey<Boolean> = AttributeKey("aws.smithy.kotlin.signing#NormalizeUriPath")

/**
* Flag indicating whether the X-Amz-Session-Token header should be omitted from the canonical request during signing.
* Flag indicating whether the X-Amz-Security-Token header should be omitted from the canonical request during signing.
*/
public val OmitSessionToken: AttributeKey<Boolean> = AttributeKey("aws.smithy.kotlin.signing#OmitSessionToken")
}

0 comments on commit 646da2b

Please sign in to comment.