Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileSystem settings in newFileSystem #99

Closed
stefanofornari opened this issue Jul 9, 2023 · 1 comment
Closed

FileSystem settings in newFileSystem #99

stefanofornari opened this issue Jul 9, 2023 · 1 comment

Comments

@stefanofornari
Copy link
Contributor

AS A user
I WANT to easily configure a new file system with FileSystems.newFileSystem("s3://...", env)
SO THAT each instance can have its own environment

NOTES

  1. it could be something like
FileSystems.newFileSystem(myuri, new S3NioSpiConfiguration()
    .withAccessKey("access-key")
    .withSecretKey("secret-key")
    .withEndpointProtocol("http")
);
@stefanofornari
Copy link
Contributor Author

closing as duplicate of #61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant