Xuanwo commented on code in PR #6785: URL: https://github.com/apache/opendal/pull/6785#discussion_r2613730237
########## bindings/c/include/opendal.h: ########## @@ -1007,6 +1007,9 @@ struct opendal_result_operator_writer opendal_operator_writer(const struct opend */ struct opendal_error *opendal_operator_delete(const struct opendal_operator *op, const char *path); +struct opendal_error *opendal_operator_remove_all(const struct opendal_operator *op, Review Comment: I don't think we need to add new APIs here. -- 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]
