GitHub user Xuanwo added a comment to the discussion: The map construction in opendal's C binding
We don't need to support map constrution for c binding. I expect to see something like AWS SDK CPP: ```cpp Aws::Client::ClientConfiguration clientConfig; clientConfig.proxyHost = "localhost"; clientConfig.proxyPort = 1234; clientConfig.proxyScheme = Aws::Http::Scheme::HTTPS; Aws::S3::S3Client(clientConfig); ``` Since we have so many binding and services to support, maybe we should do some codegen work. GitHub link: https://github.com/apache/incubator-opendal/discussions/1904#discussioncomment-5577248 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
