Commit 8eeb59c
authored
fix(storage): remove duplicate routing header (googleapis#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.1 parent cac52f7 commit 8eeb59c
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1744 | 1744 | | |
1745 | 1745 | | |
1746 | 1746 | | |
1747 | | - | |
| 1747 | + | |
| 1748 | + | |
| 1749 | + | |
| 1750 | + | |
| 1751 | + | |
| 1752 | + | |
| 1753 | + | |
| 1754 | + | |
1748 | 1755 | | |
1749 | 1756 | | |
1750 | 1757 | | |
| |||
0 commit comments