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

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

     [ https://issues.apache.org/jira/browse/SIS-539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Desruisseaux closed SIS-539.
-----------------------------------

> 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: New Feature
>          Components: Storage
>    Affects Versions: 1.1
>            Reporter: Martin Desruisseaux
>            Assignee: Martin Desruisseaux
>            Priority: Major
>             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.10#820010)