Skip to content

Commit d61e010

Browse files
committed
Refresh stale link
1 parent c1c4e7c commit d61e010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ private const val HEADER_TIMESTAMP_TYPE: Byte = 8
7373
* NOTE: This duplicates parts of the event stream encoding implementation here to avoid a direct dependency.
7474
* Should this become more involved than encoding a single date header we should reconsider this choice.
7575
*
76-
* see [Event Stream implementation](https://github.com/awslabs/aws-sdk-kotlin/blob/v0.16.4-beta/aws-runtime/protocols/aws-event-stream/common/src/aws/sdk/kotlin/runtime/protocol/eventstream/Header.kt#L51)
76+
* see [Event Stream implementation](https://github.com/smithy-lang/smithy-kotlin/blob/612c39ba446e6403ea2bd9a51c4d1db111b6e26f/runtime/protocol/aws-event-stream/common/src/aws/smithy/kotlin/runtime/awsprotocol/eventstream/Header.kt#L52)
7777
*/
7878
private fun eventStreamNonSignatureHeaders(date: Instant): String {
7979
val bytes = ByteArray(15)

0 commit comments

Comments
 (0)