yoshidan / google-cloud-rust

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

fix: making crc32c field optional to properly decode response #144

Closed kmathew closed 1 year ago

kmathew commented 1 year ago

This PR makes crc32c field in object response optional.

yoshidan commented 1 year ago

Thanks!