yoshidan / google-cloud-rust

Google Cloud Client Libraries for Rust.
MIT License
233 stars 85 forks source link

GCS sizes should use `u64` #120

Closed danburkert closed 1 year ago

danburkert commented 1 year ago

GCS object size support is not tied to the word size of the client, so types like ChunkSize and TotalSize should use u64 instead of usize.

danburkert commented 1 year ago

Thanks!