crepererum opened a new pull request, #548: URL: https://github.com/apache/arrow-rs-object-store/pull/548
# Which issue does this PR close? Closes #116. # Rationale for this change Change the `ObjectStore` core trait to have a single, extensible copy operation. This helps #385 and #297. Also adds extensions similar to https://github.com/apache/arrow-rs/pull/7170 and https://github.com/apache/arrow-rs/pull/7213 . # What changes are included in this PR? Interface change, see section below. # Are there any user-facing changes? - new core method `copy_opts` alongside `CopyOptions` & `CopyMode` - `copy` & `copy_if_not_exists` are moved to `ObjectStoreExt` -- 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]
