This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis.git
commit 20ea158492c7fc8aba513e0cddfa1a89b64d9141 Merge: e285c91d30 a98da8ae9c Author: Martin Desruisseaux <[email protected]> AuthorDate: Mon Jun 8 11:54:53 2026 +0200 Merge branch 'geoapi-3.1' .../org.apache.sis.cloud.aws/main/module-info.java | 5 +- .../apache/sis/cloud/aws/s3/ClientFileSystem.java | 75 +++-- .../org/apache/sis/cloud/aws/s3/FileService.java | 311 +++++++++++++++------ .../main/org/apache/sis/cloud/aws/s3/KeyPath.java | 48 +++- .../org/apache/sis/cloud/aws/s3/Resources.java | 22 +- .../apache/sis/cloud/aws/s3/Resources.properties | 6 +- .../sis/cloud/aws/s3/Resources_fr.properties | 8 +- .../main/org/apache/sis/cloud/aws/s3/Server.java | 230 +++++++++++++++ .../org/apache/sis/cloud/aws/s3/package-info.java | 7 +- .../sis/cloud/aws/s3/ClientFileSystemTest.java | 35 ++- .../apache/sis/cloud/aws/s3/FileServiceTest.java | 159 +++++++++++ .../sis/cloud/aws/s3/KeyPathMatcherTest.java | 10 +- .../org/apache/sis/cloud/aws/s3/KeyPathTest.java | 126 +++++++-- .../sis/storage/geoheif/CoverageBuilder.java | 21 +- .../sis/storage/geoheif/UncompressedImage.java | 46 ++- .../org/apache/sis/storage/isobmff/TreeNode.java | 4 +- 16 files changed, 933 insertions(+), 180 deletions(-)
