-
Notifications
You must be signed in to change notification settings - Fork 500
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
new feature: Build opendal Operator via object_store's Options #5190
Comments
Could you clarify what the object_store options refer to? GetOptions and PutOptions ? |
Hi, I'm talking about the config key like: https://docs.rs/object_store/0.11.1/object_store/aws/enum.AmazonS3ConfigKey.html |
I haven't figured out how to use these options to directly build an
Do you have any other ideas ? |
I'm thinking of an |
Ok. Let me give it a try. |
Feature Description
object_store_opendal
enables users to utilizeopendal
asobject_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?
The text was updated successfully, but these errors were encountered: