tustvold commented on issue #297: URL: https://github.com/apache/arrow-rs-object-store/issues/297#issuecomment-2767170698
Fair, just thought I'd suggest it as it wouldn't end up waiting on changes to object_store. > I'm imagining a copy API that takes another DynObjectStore that's either the source or destination bucket (with Self being the other) It's unclear to me how such an API would work, ObjectStore does not expose `Any` nor would it be especially useful if it did given people tend to wrap ObjectStore in multiple layers. I suspect #116 and adding the ability to provide a source bucket is the way to go here, but I'm afraid I don't really have the capacity to help design or implement such an API. #121 is also potentially related. -- 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]
