This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch geoapi-3.1
in repository https://gitbox.apache.org/repos/asf/sis.git
from 45a58d0acf Merge branch 'geoapi-4.0' into geoapi-3.1.
add 51c7ed2535 Update S3 path / file system services with possibility to
request data stored on custom S3 storage (not only AWS)
add 1c3e7cf558 Merge (with refactoring) branch 'feat/CustomHostS3' into
geoapi-4.0. https://github.com/apache/sis/pull/40
add 68e24554e7 Fix an index out of bounds exception when the image size is
smaller than the tile size. Contains also opportunistic javadoc fixes.
new a98da8ae9c Merge branch geoapi-4.0 into geoapi-3.1.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../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(-)
create mode 100644
endorsed/src/org.apache.sis.cloud.aws/main/org/apache/sis/cloud/aws/s3/Server.java
create mode 100644
endorsed/src/org.apache.sis.cloud.aws/test/org/apache/sis/cloud/aws/s3/FileServiceTest.java