From 72e9fcdf47a1322ee536d2dd4e88e3f060619328 Mon Sep 17 00:00:00 2001 From: Adam Fowler <adamfowler71@gmail.com> Date: Fri, 24 Jan 2025 11:33:21 +0100 Subject: [PATCH] Remove com.amazonaws.s3#ChecksumAlgorithm patch --- Sources/SotoCodeGeneratorLib/Model+Patch.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Sources/SotoCodeGeneratorLib/Model+Patch.swift b/Sources/SotoCodeGeneratorLib/Model+Patch.swift index 744eee2..3c62b76 100644 --- a/Sources/SotoCodeGeneratorLib/Model+Patch.swift +++ b/Sources/SotoCodeGeneratorLib/Model+Patch.swift @@ -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