File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
services/s3/src/test/java/software/amazon/awssdk/services/s3 Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,6 @@ public void getObject_CredentialsCanBeOverriddenAtTheRequestLevel() {
174
174
.key ("bar" )
175
175
.overrideConfiguration (overrideConfiguration )));
176
176
177
- System .out .println (presignedWithClientCredentials .url ());
178
177
179
178
assertThat (presignedWithClientCredentials .httpRequest ().rawQueryParameters ().get ("X-Amz-Credential" ).get (0 ))
180
179
.startsWith ("a" );
@@ -286,8 +285,6 @@ public void putObject_CredentialsCanBeOverriddenAtTheRequestLevel() {
286
285
.key ("bar" )
287
286
.overrideConfiguration (overrideConfiguration )));
288
287
289
- System .out .println (presignedWithClientCredentials .url ());
290
-
291
288
assertThat (presignedWithClientCredentials .httpRequest ().rawQueryParameters ().get ("X-Amz-Credential" ).get (0 ))
292
289
.startsWith ("a" );
293
290
assertThat (presignedWithRequestCredentials .httpRequest ().rawQueryParameters ().get ("X-Amz-Credential" ).get (0 ))
@@ -361,9 +358,6 @@ public void getObject_S3ConfigurationCanBeOverriddenToLeverageTransferAccelerati
361
358
.getObjectRequest (go -> go .bucket ("foo34343434" )
362
359
.key ("bar" )));
363
360
364
-
365
- System .out .println (presignedRequest .url ());
366
-
367
361
assertThat (presignedRequest .httpRequest ().host ()).contains (".s3-accelerate." );
368
362
}
369
363
You can’t perform that action at this time.
0 commit comments