meteorgan commented on issue #5190: URL: https://github.com/apache/opendal/issues/5190#issuecomment-2500071613
> 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 `opendal Operator`. I have two thoughts: 1. Provide an `object_store::S3Builder` which implements `opendal::Builder`, allowing users to construct an `opendal::Builder` using config keys in ` AmazonS3ConfigKey` 2. Write a helper function to convert `AmazonS3Builder` into `opendal::Builder` Do you have any other ideas ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
