Skip to content

Commit

Permalink
feat: add STREAMING-AWS4-HMAC-SHA256-PAYLOAD-TRAILER support (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
dayaffe authored Jan 24, 2024
1 parent c6682ce commit 416bc36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/AwsCommonRuntimeKit/auth/signing/SigningConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ public enum SignedBodyValue: String {
case unsignedPayload = "UNSIGNED-PAYLOAD"
/// For streaming sha256 payload
case streamingSha256Payload = "STREAMING-AWS4-HMAC-SHA256-PAYLOAD"
/// For streaming sha256 payload trailer
case streamingSha256PayloadTrailer = "STREAMING-AWS4-HMAC-SHA256-PAYLOAD-TRAILER"
/// For streaming sigv4a sha256 payload
case streamingECDSA_P256Sha256Payload = "STREAMING-AWS4-ECDSA-P256-SHA256-PAYLOAD"
/// For streaming sigv4a sha256 payload trailer
Expand Down

0 comments on commit 416bc36

Please sign in to comment.