shoothzj commented on issue #4756: URL: https://github.com/apache/opendal/issues/4756#issuecomment-2275962096
> * We don't need to seperate `writeString` and `writeBytes`, we only need to have `write` which accept bytes. We can only maintain writeBytes now, Java has powerful overload and generic, we can support write(Object obj) leverage jackson's serial. > * We should remove `append`, it's an option for `write` I need take a deep look, but why the java binding expose this method? > * I don't need we need to play with `presign` at current stage. Ok. -- 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]
