Skip to content

Commit

Permalink
Remove com.amazonaws.s3#ChecksumAlgorithm patch
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jan 24, 2025
1 parent c0aa652 commit 72e9fcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/SotoCodeGeneratorLib/Model+Patch.swift
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ extension Model {
"com.amazonaws.s3#ListParts": AddTraitPatch(trait: SotoPaginationTruncatedTrait(isTruncated: "IsTruncated")),
//
"com.amazonaws.s3#StorageClass": AddShapeMemberPatch<EnumShape>(name: "NONE"),
// Missing ChecksumAlgorithm https://github.com/soto-project/soto/issues/745
"com.amazonaws.s3#ChecksumAlgorithm": AddShapeMemberPatch<EnumShape>(name: "CRC64NVME"),
],
"S3Control": [
// Similar to the same issue in S3
Expand Down

0 comments on commit 72e9fcd

Please sign in to comment.