bettermultiply opened a new issue, #7105: URL: https://github.com/apache/opendal/issues/7105
Following RFC-6213 (https://github.com/apache/opendal/pull/6213), OpenDAL has introduced a new options-based API pattern to replace the builder pattern for operations (e.g. write_with().append(true)). The new approach simplifies cross language binding parity for capabilities and supported options across all language bindings! The following Options need to be added or migrated to use this new API in the C bindings: - [ ] WriteOptions: (partially added) - [ ] ReadOptions (not implemented) - [ ] StatOptions (not implemented) - [ ] DeleteOptions (not implemented) - [ ] ListOptions (not implemented) -- 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]
