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

Support Aliyun OSS #19

Closed
Tracked by #13
waynexia opened this issue Jun 7, 2022 · 0 comments · Fixed by #20
Closed
Tracked by #13

Support Aliyun OSS #19

waynexia opened this issue Jun 7, 2022 · 0 comments · Fixed by #20
Labels
feature New feature or request

Comments

@waynexia
Copy link
Member

waynexia commented Jun 7, 2022

Description

Add support for Aliyun OSS as object storage backend.

Currently we only use LocalFileSystem.

Proposal

Implement ObjectStore using oss-rust-sdk.

Additional context

Some interface are not supported because:

  • get_range() is not implemented in sdk
  • list() and list_with_delimiter() are not support in the test env.
@waynexia waynexia added the feature New feature or request label Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant