Joe-Blount commented on issue #297:
URL: 
https://github.com/apache/arrow-rs-object-store/issues/297#issuecomment-2767082150

   I also would find it useful to have some form cross bucket copy support. 
We're using Arrow and the `DynObjectStore` type. For backup and D/R purposes, 
we need to selectively copy some objects to another bucket. Doing it server 
side without buffering the object is necessary to allow high concurrency 
without high memory usage. I'm imagining a copy API that takes another 
`DynObjectStore` that's either the source or destination bucket (with `Self` 
being the other). But anything that lets me do server-side copies between 
buckets would be greatly appreciated.


-- 
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]

Reply via email to