This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git


    from dc78d5d1ab Move some `ParameterDescriptor` management to the public 
`OptionKey` class. The intent is to remove the internal `URIDataStoreOption` 
enumeration in the future.
     add 51c7ed2535 Update S3 path / file system services with possibility to 
request data stored on custom S3 storage (not only AWS)
     new 1c3e7cf558 Merge (with refactoring) branch 'feat/CustomHostS3' into 
geoapi-4.0. https://github.com/apache/sis/pull/40

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 +++++++--
 13 files changed, 882 insertions(+), 160 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

Reply via email to