Skip to content

Commit

Permalink
Merge feat/auth-scheme-changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sichan Yoo committed Oct 11, 2023
2 parents 2a3d1e8 + af58bdf commit 5318453
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
import ClientRuntime

public struct SigV4AuthScheme: ClientRuntime.AuthScheme {
public let schemeId: String = "aws.auth#sigv4"

public let schemeID: String = "aws.auth#sigv4"
public let signer: ClientRuntime.Signer = AWSSigV4Signer()
public let idKind: ClientRuntime.IdentityKind = .aws

Expand Down

0 comments on commit 5318453

Please sign in to comment.