google-apis-rs / google-cloud-rs

Asynchronous Rust bindings for Google Cloud Platform APIs.
176 stars 48 forks source link

Failing to get Bucket if retention policy is enabled #68

Open amuhle opened 2 years ago

amuhle commented 2 years ago

Currently when a bucket has retention policy enabled and we try to get the bucket it fails when deserializing it. Google Storage API is sending a String when a u64 is expected based on their documentation.

Proposed solution here: #67