Skip to content

Commit 22e01ef

Browse files
Refactor AsyncPresignedUrlManager integration tests to extend S3IntegrationTestBase
1 parent 96c249a commit 22e01ef

File tree

2 files changed

+81
-126
lines changed

2 files changed

+81
-126
lines changed

services/s3/src/it/java/software/amazon/awssdk/services/s3/presignedurl/AsyncPresignedUrlManagerIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ public class AsyncPresignedUrlManagerIntegrationTest extends AsyncPresignedUrlMa
2020

2121
@Override
2222
protected S3AsyncClient createS3AsyncClient() {
23-
return S3AsyncClient.create();
23+
return s3AsyncClientBuilder().build();
2424
}
2525
}

0 commit comments

Comments
 (0)