Skip to content

Commit 8333bba

Browse files
authored
Merge pull request #2697 from aws/fix-release
Ignore backwards-incompatibility in S3 ObjectPart size change (blog post was created)
2 parents bb8d5f3 + fcbc3a9 commit 8333bba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -630,9 +630,8 @@
630630
<exclude>*.internal.*</exclude>
631631
<exclude>software.amazon.awssdk.thirdparty.*</exclude>
632632
<exclude>software.amazon.awssdk.regions.*</exclude>
633-
<exclude>software.amazon.awssdk.utils.async.InputStreamSubscriber</exclude>
634-
<!-- exclude S3CrtAsyncClientBuilder temporarily TODO: re-enable -->
635-
<exclude>software.amazon.awssdk.services.s3.S3CrtAsyncClientBuilder</exclude>
633+
<!-- exclude ObjectPart size change TODO: re-enable -->
634+
<exclude>software.amazon.awssdk.services.s3.model.ObjectPart</exclude>
636635
</excludes>
637636

638637
<ignoreMissingOldVersion>true</ignoreMissingOldVersion>

0 commit comments

Comments
 (0)