Skip to content

Commit

Permalink
JZarrServiceImple: Add new usingS3FileSystemStore method
Browse files Browse the repository at this point in the history
  • Loading branch information
dgault committed May 14, 2024
1 parent 93ee98d commit 2bfe3db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/loci/formats/services/JZarrServiceImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -372,4 +372,8 @@ private ZarrArray getArray(String path) throws IOException {
}
return array;
}

public boolean usingS3FileSystemStore() {
return s3fs != null;
}
}

0 comments on commit 2bfe3db

Please sign in to comment.