Skip to content

Commit

Permalink
Remove com.amazonaws.s3#ReplicationStatus patch
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Oct 4, 2023
1 parent 1a76a93 commit a075f3d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sources/SotoCodeGeneratorLib/Model+Patch.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@ extension Model {
"com.amazonaws.route53#ListReusableDelegationSetsResponse$Marker": RemoveTraitPatch(trait: RequiredTrait.self),
],
"S3": [
// https://github.com/soto-project/soto/issues/68
"com.amazonaws.s3#ReplicationStatus": MultiplePatch(
AddShapeMemberPatch<EnumShape>(name: "COMPLETED"),
RemoveShapeMemberPatch<EnumShape>(name: "COMPLETE")
),
// should be 64 bit number
"com.amazonaws.s3#Size": ShapeTypePatch(shape: LongShape()),
// https://github.com/soto-project/soto/issues/311
Expand Down

0 comments on commit a075f3d

Please sign in to comment.