-
Notifications
You must be signed in to change notification settings - Fork 498
feat: Apache OpenDAL™ compatible backends #6177
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
Changes from 2 commits
0cfb129
6615fbf
b188c10
91fb946
12587dd
8933d84
7184854
5d0d2ef
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,6 +24,14 @@ google-cloud-token = {version = "0.1.2"} | |
| home = "0.5.12" | ||
| itertools = {workspace = true} | ||
| log = {workspace = true} | ||
| opendal = {workspace = true, features = [ | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looking at the list of features, had some questions
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I had |
||
| "services-oss", | ||
| "services-cos", | ||
| "services-obs", | ||
| "services-memory", | ||
| "services-fs", | ||
| "services-github" | ||
| ]} | ||
| pyo3 = {workspace = true, optional = true} | ||
| rand = "0.8.5" | ||
| regex = {version = "1.12.2"} | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.