Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(storage): remove duplicate routing header #11534

Merged
merged 3 commits into from
Jan 30, 2025

Conversation

tritone
Copy link
Contributor

@tritone tritone commented Jan 30, 2025

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.

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.
@tritone tritone requested review from a team as code owners January 30, 2025 03:50
@product-auto-label product-auto-label bot added the api: storage Issues related to the Cloud Storage API. label Jan 30, 2025
@tritone tritone added the automerge Merge the pull request once unit tests and other checks pass. label Jan 30, 2025
@gcf-merge-on-green gcf-merge-on-green bot merged commit 8eeb59c into googleapis:main Jan 30, 2025
7 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants