Skip to content

Commit 092ac13

Browse files
committed
adding createAnonymousCredentials
1 parent 7c59805 commit 092ac13

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/crt/CrtCredentialProviderAdapterTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ public void crtCredentials_anonymousCredentialsProvider_shouldWork() {
102102

103103
Credentials crtCredentials = crtCredentialsProvider.getCredentials().join();
104104

105-
//assertThat(crtCredentials.getAccessKeyId()).isNull();
106-
//assertThat(crtCredentials.getSecretAccessKey()).isNull();
107-
108-
109105
}
110106

111107

0 commit comments

Comments
 (0)