Closed
Description
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:
- we can use aws.region, aws.accessKey and aws.accessKeySecret for region and credentials
- we could introduce aws.protocol = http/https to specify which protocol to use for endpoint different than QWS S3
- we could introduce aws.endpoint to specify the endpoint to use if not otherwise given
- properties passed to newFileSystem() overwrites environment variables and system properties
- 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
Labels
No labels