Skip to content

Commit 523b2bd

Browse files
committed
Add changelog
1 parent 1d2dc6c commit 523b2bd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon S3",
4+
"contributor": "",
5+
"description": "Add retry support for Java based S3 multipart client download to Byte array"
6+
}

services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/multipart/S3MultipartClientGetObjectWiremockTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
import com.github.tomakehurst.wiremock.junit5.WireMockRuntimeInfo;
3838
import com.github.tomakehurst.wiremock.junit5.WireMockTest;
3939
import com.github.tomakehurst.wiremock.stubbing.Scenario;
40-
import java.io.IOException;
41-
import java.net.SocketException;
4240
import java.net.URI;
4341
import java.time.Duration;
4442
import java.util.ArrayList;

0 commit comments

Comments
 (0)