Skip to content

impl(storage): open_object() works#3929

Merged
coryan merged 3 commits intogoogleapis:mainfrom
coryan:impl-storage-working-open-object
Dec 1, 2025
Merged

impl(storage): open_object() works#3929
coryan merged 3 commits intogoogleapis:mainfrom
coryan:impl-storage-working-open-object

Conversation

@coryan
Copy link
Copy Markdown
Contributor

@coryan coryan commented Nov 27, 2025

The new function works and it has an integration tests. The function is not mockable, and some constructors and additional traits will be needed to support mocking. The types are good enough to write tests, and start refactoring towards public (and stable) APIs.

Fixes #3626

@product-auto-label product-auto-label bot added the api: storage Issues related to the Cloud Storage API. label Nov 27, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Nov 27, 2025

Codecov Report

❌ Patch coverage is 93.33333% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 95.26%. Comparing base (5cbc69f) to head (3598048).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/storage/src/storage/stub.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3929      +/-   ##
==========================================
+ Coverage   95.22%   95.26%   +0.04%     
==========================================
  Files         164      164              
  Lines        6214     6228      +14     
==========================================
+ Hits         5917     5933      +16     
+ Misses        297      295       -2     

☔ 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.

@coryan coryan force-pushed the impl-storage-working-open-object branch from 93db950 to 0d0ad83 Compare November 30, 2025 15:06
The new function works and it has an integration tests. The function is not
mockable, and some constructors and additional traits will be needed to support
mocking. The types are good enough to write tests, and start refactoring
towards public (and stable) APIs.
@coryan coryan force-pushed the impl-storage-working-open-object branch from 9345cd9 to fcec784 Compare December 1, 2025 15:44
@coryan coryan marked this pull request as ready for review December 1, 2025 16:05
@coryan coryan requested a review from a team December 1, 2025 16:05
@coryan
Copy link
Copy Markdown
Contributor Author

coryan commented Dec 1, 2025

/FYI: @cjc25 @BenWhitehead

@coryan
Copy link
Copy Markdown
Contributor Author

coryan commented Dec 1, 2025

@googleapis/rust-cloud-sdk PTAL

Copy link
Copy Markdown
Contributor Author

@coryan coryan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PTAL

@coryan coryan merged commit 85ad2b9 into googleapis:main Dec 1, 2025
29 checks passed
@coryan coryan deleted the impl-storage-working-open-object branch December 1, 2025 18:57
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.

Bootstrap a storage client with support for bidi streaming reads

2 participants