Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(storage): add invocation ID to gRPC calls (googleapis#8698)
This adds x-goog-gcs-idempotency-token and x-goog-api-client header keys to all gRPC calls. It also refactors how this is done for both HTTP and gRPC to take advantage of passing in headers via the callctx package rather than by mutating requests directly.
- Loading branch information