Skip to content

File System settings #61

Closed
Closed
@stefanofornari

Description

@stefanofornari

AS A user
I WANT to pass file system configuration at file system creation (i.e. FileSystems.newFileSystem())
SO THAT I can set the run time behaviour of the file system

NOTES:

  1. we can use aws.region, aws.accessKey and aws.accessKeySecret for region and credentials
  2. we could introduce aws.protocol = http/https to specify which protocol to use for endpoint different than QWS S3
  3. we could introduce aws.endpoint to specify the endpoint to use if not otherwise given
  4. properties passed to newFileSystem() overwrites environment variables and system properties
  5. properties passed to newFileSystem() are overwritten by the values provided in URIs

@markjschreiber can you please provide feedback on the notes above?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions