mozilla-services / syncstorage-rs

Sync Storage server in Rust
Mozilla Public License 2.0
894 stars 49 forks source link

bug: Use google specified UA for x-goog-api-client #1506

Closed jrconlin closed 9 months ago

jrconlin commented 9 months ago

Description

Use suggested UA for GRPCIO header. This uses the syncserver crate version. We may want to use the version of google-cloud-rust instead?

Closes SYNC-4047