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

Re-work the S3FileSystem to not require you to specify the bucket and resolve this from the S3FileSystemConfiguration instead #197

Open
3 tasks
carlspring opened this issue Feb 1, 2021 · 0 comments

Comments

@carlspring
Copy link
Owner

carlspring commented Feb 1, 2021

Task Description

Once #195 and #196 have been implemented, we need to change how the S3FileSystem and S3FileSystemProvider work, so that they no longer need you to specify the bucket (and resolve this from the S3FileSystemConfiguration instead).

The following code across the code base:

S3Path path = s3FileSystem.getPath("/bucketA", "dir");

Should then be simplified to:

S3Path path = s3FileSystem.getPath("dir");

Tasks

The following tasks will need to be carried out:

  • Assess what will need to be done and update this task, if and as necessary.
  • Carry out the refactoring.
  • Fix any broken tests.

Task Relationships

This task:

Help

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