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): all HmacKey requests accept UserProject #8928

Conversation

coryan
Copy link
Contributor

@coryan coryan commented May 9, 2022

Fix all HmacKey requests to accept UserProject. Used the opportunity
to document the "common options", since I had to do that for these
requests anyway. And then fixed some rendering problems.

Motivated by #4208


This change is Reviewable

@product-auto-label product-auto-label bot added the api: storage Issues related to the Cloud Storage API. label May 9, 2022
@google-cloud-cpp-bot
Copy link
Collaborator

Google Cloud Build Logs
For commit: 84ed8fb2e220f222e04cf963bb9e920c792f1d00

ℹ️ NOTE: Kokoro logs are linked from "Details" below.

Fix all `HmacKey` requests to accept `UserProject`. Used the opportunity
to document the "common options", since I had to do that for these
requests anyway. And then fixed some rendering problems.
@coryan coryan force-pushed the fix-storage-missing-options-for-HmacKey-requests branch from 84ed8fb to 01f15b9 Compare May 9, 2022 20:20
@google-cloud-cpp-bot
Copy link
Collaborator

Google Cloud Build Logs
For commit: 01f15b9e71294affa531a50d51abc7a94cac112b

ℹ️ NOTE: Kokoro logs are linked from "Details" below.

@google-cloud-cpp-bot
Copy link
Collaborator

Google Cloud Build Logs
For commit: 7619a079ec39f4b646fe35fe711d193c9e9ddc4f

ℹ️ NOTE: Kokoro logs are linked from "Details" below.

@codecov
Copy link

codecov bot commented May 9, 2022

Codecov Report

Merging #8928 (7619a07) into main (4a8f321) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #8928   +/-   ##
=======================================
  Coverage   93.25%   93.25%           
=======================================
  Files        1479     1479           
  Lines      125259   125259           
=======================================
+ Hits       116805   116807    +2     
+ Misses       8454     8452    -2     
Impacted Files Coverage Δ
google/cloud/storage/client.h 99.79% <ø> (ø)
google/cloud/storage/internal/hmac_key_requests.h 100.00% <ø> (ø)
...le/cloud/storage/internal/curl_download_request.cc 89.59% <0.00%> (+0.33%) ⬆️
google/cloud/pubsub/subscriber_connection_test.cc 97.91% <0.00%> (+0.69%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4a8f321...7619a07. Read the comment docs.

@coryan coryan marked this pull request as ready for review May 9, 2022 21:12
@coryan coryan requested a review from a team as a code owner May 9, 2022 21:12
@coryan coryan merged commit 4367c9b into googleapis:main May 9, 2022
@coryan coryan deleted the fix-storage-missing-options-for-HmacKey-requests branch May 9, 2022 21:18
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.

3 participants