-
Notifications
You must be signed in to change notification settings - Fork 11
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
Implement Async version of OSSFile #92
Comments
karajan1001
added a commit
that referenced
this issue
Apr 19, 2023
fix: #92 1. Implement session operations in AioOSSFileSystem 2. Implement `ls` related operations (ls_dir, ls_bucket)in AioOSSFileSystem 3. Add a new tests to test list bucket 4. Add a new `ls` tests for AioOSSFileSystem 5. Extract similar methods in sync and async ossfs to the base class.
karajan1001
added a commit
that referenced
this issue
Apr 19, 2023
fix: #92 1. Implement session operations in AioOSSFileSystem 2. Implement `ls` related operations (ls_dir, ls_bucket)in AioOSSFileSystem 3. Add a new tests to test list bucket 4. Add a new `ls` tests for AioOSSFileSystem 5. Extract similar methods in sync and async ossfs to the base class.
karajan1001
added a commit
that referenced
this issue
Apr 22, 2023
fix: #92 1. Add `open`, `append_object` and `get_object` to AioOSSFileSystem. 2. Add file operation support for AioOSSFileSystem. 3. Make tests passed for the file opened from a AioOSSFileSystem.
karajan1001
added a commit
that referenced
this issue
Apr 22, 2023
fix: #92 1. Add `open`, `append_object` and `get_object` to AioOSSFileSystem. 2. Add file operation support for AioOSSFileSystem. 3. Make tests passed for the file opened from a AioOSSFileSystem.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An async version of OSSFile is required to make the whole system async.
The text was updated successfully, but these errors were encountered: