Skip to content

Commit

Permalink
Refactor main.rs into a new module generic in its client (#724)
Browse files Browse the repository at this point in the history
* Move entire main.rs into cli.rs

This is the smallest change to make things still compile. Refactoring
comes in the next commit.

Signed-off-by: James Bornholt <[email protected]>

* Refactor to make `main` generic in the client

This will let us run the whole mount-s3 binary with different client
implementations

Signed-off-by: James Bornholt <[email protected]>

---------

Signed-off-by: James Bornholt <[email protected]>
  • Loading branch information
jamesbornholt authored Feb 2, 2024
1 parent 203b36c commit e4bdd1c
Show file tree
Hide file tree
Showing 3 changed files with 911 additions and 885 deletions.
Loading

0 comments on commit e4bdd1c

Please sign in to comment.