You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(storage): add invocation ID to gRPC calls (#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.
0 commit comments