You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Xuanwo Does OpenDAL have a recommended way to copy an object between two services? Then I could switch to that approach after this PR. Using `futures::io::copy` requires `AsyncRead` and `AsyncWrite`.
Maybe using streams and sinks?
https://docs.rs/opendal/latest/opendal/struct.Reader.html#method.into_bytes_stream
https://docs.rs/opendal/latest/opendal/struct.Writer.html#method.into_bytes_sink
Originally posted by @evenyag in #4037 (comment)
The text was updated successfully, but these errors were encountered: