We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fded1f commit e7b251cCopy full SHA for e7b251c
service/src/test/java/uk/nhs/adaptors/gp2gp/common/storage/S3StorageConnectorTest.java
@@ -49,8 +49,6 @@ static void setUp() {
49
50
s3Client = S3Client.builder()
51
.endpointOverride(URI.create("http://localhost:" + PORT))
52
- .credentialsProvider(StaticCredentialsProvider.create(
53
- AwsBasicCredentials.create("accessKey", "secretKey")))
54
.serviceConfiguration(S3Configuration.builder().pathStyleAccessEnabled(true).build())
55
.region(Region.EU_WEST_2)
56
.build();
0 commit comments