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

feat(storage): add support for custom headers #8294

Merged
merged 5 commits into from Jul 31, 2023

Conversation

tritone
Copy link
Contributor

@tritone tritone commented Jul 20, 2023

Finish adding support for custom headers via callctx.

  • Bump the apiary version to pick up the feature.
  • Add support for XML reads (which don't go via apiary).
  • Add docs.
  • Add a test for the roundtrip with a mock transport.

Fixes #5385

Finish adding support for custom headers via callctx.
* Bump the apiary version to pick up the feature.
* Add support for XML reads (which don't go via apiary).
* Add docs.
* Add a test for the roundtrip with a mock transport.
@tritone tritone requested review from a team as code owners July 20, 2023 03:45
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: storage Issues related to the Cloud Storage API. labels Jul 20, 2023
@BrennaEpp BrennaEpp enabled auto-merge (squash) July 31, 2023 20:58
@BrennaEpp BrennaEpp merged commit 313fd4a into googleapis:main Jul 31, 2023
8 checks passed
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. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

storage: support user-defined headers passed via the context.Context metadata
3 participants