Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(storage): remove duplicate routing header (#11534)
Appendable writes were duplicating the x-goog-request-params header which caused issues server side. Remove this. For append writes we need to include appendable=true and an optional routing token in this header.
- Loading branch information