-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: forward the session token to s3fs (#374)
* fix: forward the session token to s3fs * this edge case can be ignore * feat: update the codebase + added a unit test * fix: uncomment while testing * fix: pass None instead of empty dict on client_kwargs when it's empty * keep client inputs as they want it to be passed * feat: more more more test cases * fix: do not mutate user input Signed-off-by: Luka Peschke <[email protected]> * fxi tests Signed-off-by: Luka Peschke <[email protected]> --------- Signed-off-by: Luka Peschke <[email protected]> Co-authored-by: Luka Peschke <[email protected]>
- Loading branch information
1 parent
9ca53c8
commit 6590482
Showing
3 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters