-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: `Fs` adds `copy` & `link`, `TokioFs` & `TokioUringFs` & `Monoio` have been implemented * feat: impl `copy` for S3 & add `fs::copy` for different filesystems * fixe: `Fs::copy` on S3 * test: diff filesystem copy * fix: ci fail on opendal * test: add fs test for monoio & tokio uring * test: add fs test for monoio & tokio uring * chore: add `copy` & `link` for `DynFs` * chore: remove `Fs::link` arg `to_fs` * fix: fix the semantics of append writing when TokioFs::open_options (write from scratch after reopening) * fix: MonoioFS execute blocking task without thread pool attached * fix: test_local_fs_copy_link ci fail * chore: move copy to dynamic * clippy --------- Co-authored-by: Gwo Tzu-Hsing <[email protected]>
- Loading branch information
Showing
16 changed files
with
645 additions
and
38 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
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
Oops, something went wrong.