google-apis-rs/google-cloud-rs

Failing to get Bucket if retention policy is enabled

amuhle opened this issue · 0 comments

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