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

Properties are not passed down to the S3FileSystem #857

Closed
steve-todorov opened this issue Nov 6, 2024 · 0 comments · Fixed by #858
Closed

Properties are not passed down to the S3FileSystem #857

steve-todorov opened this issue Nov 6, 2024 · 0 comments · Fixed by #858
Assignees
Labels
bug Something isn't working

Comments

@steve-todorov
Copy link
Collaborator

Bug Description

Map<String, ?> inputProps = Map.of(MAX_CONNECTIONS, "1000", REGION, "eu-west-1")
S3FileSystem = (S3FileSystem) FileSystems.newFileSystem(URI.create("s3://mirror1.amazon.test/"), inputProps)
Properties outputProps = s3fs1.getProperties();
assertThat(outputProps).containsAllEntriesOf(inputProps);

Environment

  • s3fs-nio version: >= 1.0.0 && <= 1.0.5

Task Relationships

This bug:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant