Skip to content

Commit fcbbf56

Browse files
committed
Add AwsHttpChecksumTrait.Algorithm.crc64NVME
1 parent 0880ac6 commit fcbbf56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SotoSmithyAWS/Traits/AwsCoreTraits.swift

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ public struct AwsHttpChecksumTrait: StaticTrait {
164164
case crc32 = "CRC32"
165165
case sha1 = "SHA1"
166166
case sha256 = "SHA256"
167+
case crc64NVME = "CRC64NVME"
167168
}
168169

169170
public let requestAlgorithmMember: String?

0 commit comments

Comments
 (0)