You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
it could be something like
FileSystems.newFileSystem(myuri, new S3NioSpiConfiguration()
.withAccessKey("access-key")
.withSecretKey("secret-key")
.withEndpointProtocol("http")
);
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: