Skip to content

Commit

Permalink
Endpoint Specified
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Oct 3, 2023
1 parent 4f24388 commit b336363
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/test/java/org/vcell/vcellfiji/N5ImageHandlerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ public void testS3Client() throws IOException {

// Environment variables are set in github actions VM

n5ImageHandler.createS3Client(s3ProxyURL, null, null);
this.remoteN5ImgPlusTests(n5ImageHandler);
// n5ImageHandler.createS3Client(s3ProxyURL, null, null);
// this.remoteN5ImgPlusTests(n5ImageHandler);

n5ImageHandler.createS3Client(s3ProxyURL, null, s3Endpoint);
this.remoteN5ImgPlusTests(n5ImageHandler);

n5ImageHandler.createS3Client(s3ProxyURL, credentials, null);
this.remoteN5ImgPlusTests(n5ImageHandler);
// n5ImageHandler.createS3Client(s3ProxyURL, credentials, null);
// this.remoteN5ImgPlusTests(n5ImageHandler);

n5ImageHandler.createS3Client(s3ProxyURL, credentials, s3Endpoint);
this.remoteN5ImgPlusTests(n5ImageHandler);
Expand Down

0 comments on commit b336363

Please sign in to comment.