Tpt opened a new pull request, #827: URL: https://github.com/apache/arrow-rs-object-store/pull/827
Minor "ease of use" nit: allow downstream create to not have to explicitly import `url` and `http` crates to use the `Signer` trait # Rationale for this change Makes downstream life easier. I had multiple times to add explicit dependencies to these crates just to be able to use the `Signer` trait # What changes are included in this PR? `pub use url::Url` and `pub use http::method::Method` to the `signer` module -- 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]
