You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sis.apache.org by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2022/03/04 17:13:00 UTC

[jira] [Created] (SIS-539) Create a "cloud" group of modules, starting with AWS S3

Martin Desruisseaux created SIS-539:
---------------------------------------

             Summary: Create a "cloud" group of modules, starting with AWS S3
                 Key: SIS-539
                 URL: https://issues.apache.org/jira/browse/SIS-539
             Project: Spatial Information Systems
          Issue Type: Improvement
          Components: Storage
    Affects Versions: 1.1
            Reporter: Martin Desruisseaux
             Fix For: 1.2


Create a new {{sis-cloud-aws}} module in a new {{sis-cloud}} group of modules. The initial module provides a virtual file system for Amazon Web Service (AWS) Simple Storage Service (S3). When this module is on the classpath, SIS data stores (GeoTIFF, netCDF) are able to read a file using an URI like below:

{code:none}
S3://bucket-name/key-name
{code}

The access key and password can be specified as documented in AWS SDK (any of the following alternatives, in priority order):

* {{"aws.accessKeyId"}} and {{"aws.secretAccessKey"}} Java system properties.
* {{AWS_ACCESS_KEY_ID}} and {{AWS_SECRET_ACCESS_KEY}} environment variables.
* {{"<home>/.aws/credentials"}} or {{"<home>/.aws/config"}} files.

As an extension, this module accepts also the following syntax:

{code:none}
S3://accessKey@bucket-name/key-name
{code}

With password and region specified in a {{Map}} in a call to {{FileSystems.newFileSystem(uri, properties)}}.




--
This message was sent by Atlassian Jira
(v8.20.1#820001)