google-cloud-rs
google-cloud-rs copied to clipboard
Failing to get Bucket if retention policy is enabled
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