dentiny commented on code in PR #7647:
URL: https://github.com/apache/opendal/pull/7647#discussion_r3332042075
##########
bindings/go/writer.go:
##########
@@ -136,6 +327,26 @@ func (op *Operator) Writer(path string) (*Writer, error) {
return writer, nil
}
+// WriterWith returns a new Writer for the specified path with options.
+func (op *Operator) WriterWith(path string, opts ...WithWriteFn) (*Writer,
error) {
Review Comment:
Thanks for the quick review! Updated
--
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]