Closed junbl closed 2 years ago
Looks like this is because I've got a bucket with a cors
that includes only the method
and origin
fields, for whatever reason. This can be fixed by changing the max_age_seconds
field on Cors
to an Option<i32>
and adding the #[serde(default)]
annotation on all fields.
Merged! Thanks a lot!
BucketClient::list
appears to always return an error:It also seems to have some
dbg!()
s left in--it runs the query twice just to debug print it (which is how we can see that the response successfully gets the buckets).