new feature: Build opendal Operator via object_store's Options
- Dominant language
- Rust
- Stars
- 5.4k
- Forks
- 825
- Avg merge
- 1d 14m
- Merged PRs (30d)
- 127
Description
### Feature Description
`object_store_opendal` enables users to utilize `opendal` as `object_store::ObjectStore`. Consequently, we can facilitate the construction of the opendal Operator through the object_store's Options, allowing users to employ the same configuration pattern consistently.
### Problem and Solution
Some object_store users heavily rely on the Options input of object_store. We can use these options to directly build an opendal Operator, thereby simplifying their experience.
### Additional Context
_No response_
### Are you willing to contribute to the development of this feature?
- [ ] Yes, I am willing to contribute to the development of this feature.
Contributor guide
Research direction
Start by locating the object_store_opendal integration and reviewing object_store's Options API and the available Operator construction entry points. The feature is complete when the documented Options configuration can build an opendal Operator through the integration and the relevant behavior is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100