Alexander Gottwald
Results
3
comments of
Alexander Gottwald
looks good. I hope I can give this a test on the weekend
Merged everything except for the switch simplifications.
`SftpFileSystemProvider.newFileSystem(uri, env)` uses `parseCredentials(uri)` to extract the username and password (if present) and generates the file system id from the credentials. `SftpFileSystemProvider.getFileSystem(uri)` uses `getFileSystemIdentifier(uri)` to directly create the file system...