yoshidan / google-cloud-rust

Google Cloud Client Libraries for Rust.
MIT License
248 stars 89 forks source link

Allow to pass UploadType as reference #111

Closed DoumanAsh closed 1 year ago

DoumanAsh commented 1 year ago

Also fixes doc tests

Passing as reference allows user easier re-try (especially because Multipart variant clone is quite heavy)

DoumanAsh commented 1 year ago

My bad, I'll fix it.

DoumanAsh commented 1 year ago

I re-run with cargo test --no-run --features trace to make sure I didn't miss anything like that again

yoshidan commented 1 year ago

Thanks!