Skip to content

blob/gcsblob: allow providing a storage.Client directly (e.g., to use a gRPC-based client)#3616

Merged
vangent merged 1 commit intogoogle:masterfrom
vangent:gcsrpc
Aug 27, 2025
Merged

blob/gcsblob: allow providing a storage.Client directly (e.g., to use a gRPC-based client)#3616
vangent merged 1 commit intogoogle:masterfrom
vangent:gcsrpc

Conversation

@vangent
Copy link
Contributor

@vangent vangent commented Aug 27, 2025

Fixes #3615.

@vangent vangent changed the title blob/gcsblob: add support for using gRPC blob/gcsblob: allow providing a storage.Client directly (e.g., to use a gRPC-based client) Aug 27, 2025
@codecov
Copy link

codecov bot commented Aug 27, 2025

Codecov Report

❌ Patch coverage is 50.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.88%. Comparing base (3690eda) to head (e6dd5b1).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
blob/gcsblob/gcsblob.go 50.00% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3616      +/-   ##
==========================================
- Coverage   69.91%   69.88%   -0.04%     
==========================================
  Files         114      114              
  Lines       14763    14767       +4     
==========================================
- Hits        10322    10320       -2     
- Misses       3705     3710       +5     
- Partials      736      737       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vangent vangent merged commit ab74300 into google:master Aug 27, 2025
8 of 9 checks passed
@vangent vangent deleted the gcsrpc branch August 27, 2025 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

blob/gcsblob: add support for gRPC client

1 participant