Skip to content

Commit ab9c6e7

Browse files
authored
Add S3Express Signer type (#320)
1 parent 353e1ee commit ab9c6e7

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

Source/AwsCommonRuntimeKit/auth/signing/SigningConfig.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ public enum SignedBodyValue: CustomStringConvertible, Equatable {
229229
public enum SigningAlgorithmType {
230230
case signingV4
231231
case signingV4Asymmetric
232+
case signingV4S3Express
232233
}
233234

234235
extension SignatureType {
@@ -257,6 +258,7 @@ extension SigningAlgorithmType {
257258
switch self {
258259
case .signingV4: return AWS_SIGNING_ALGORITHM_V4
259260
case .signingV4Asymmetric: return AWS_SIGNING_ALGORITHM_V4_ASYMMETRIC
261+
case .signingV4S3Express: return AWS_SIGNING_ALGORITHM_V4_S3EXPRESS
260262
}
261263
}
262264
}

0 commit comments

Comments
 (0)