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

Implement Async version of OSSFile #92

Closed
Tracked by #85
karajan1001 opened this issue Apr 16, 2023 · 0 comments · Fixed by #104 or #111
Closed
Tracked by #85

Implement Async version of OSSFile #92

karajan1001 opened this issue Apr 16, 2023 · 0 comments · Fixed by #104 or #111

Comments

@karajan1001
Copy link
Collaborator

An async version of OSSFile is required to make the whole system async.

@karajan1001 karajan1001 mentioned this issue Apr 16, 2023
13 tasks
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 karajan1001 reopened this Apr 22, 2023
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
Labels
None yet
Projects
None yet
1 participant