yoshidan / google-cloud-rust

Google Cloud Client Libraries for Rust.
MIT License
222 stars 80 forks source link

impl Clone for google_cloud_storage::Client #148

Closed danburkert closed 1 year ago

danburkert commented 1 year ago

This is useful, and falls out of the client being a wrapper around reqwest's client, which is cheaply cloneable.

yoshidan commented 1 year ago

Thanks! I fixed cargo deny in another branch and will merge it in.