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