yoshidan / google-cloud-rust

Google Cloud Client Libraries for Rust.
MIT License
243 stars 87 forks source link

storage: reuse reqwest HTTP client with service account client #145

Closed danburkert closed 1 year ago

danburkert commented 1 year ago

When performing parallel URL signing operations I observed a lot of HTTP connection and DNS query thrash.

danburkert commented 1 year ago

Test compilation is fixed.

yoshidan commented 1 year ago

Thanks!