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 MoveObject functionality to JSON and gRPC #14936

Merged
merged 7 commits into from
Jan 15, 2025

Conversation

ddelgrosso1
Copy link
Contributor

@ddelgrosso1 ddelgrosso1 commented Jan 14, 2025

This change is Reviewable

@ddelgrosso1 ddelgrosso1 requested review from a team as code owners January 14, 2025 22:52
@product-auto-label product-auto-label bot added the api: storage Issues related to the Cloud Storage API. label Jan 14, 2025
Copy link

codecov bot commented Jan 14, 2025

Codecov Report

Attention: Patch coverage is 98.39357% with 4 lines in your changes missing coverage. Please review.

Project coverage is 92.91%. Comparing base (51e05fe) to head (5638bb2).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
google/cloud/storage/idempotency_policy.h 0.00% 2 Missing ⚠️
...gle/cloud/storage/internal/generic_stub_adapter.cc 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main   #14936    +/-   ##
========================================
  Coverage   92.91%   92.91%            
========================================
  Files        2351     2351            
  Lines      209823   210072   +249     
========================================
+ Hits       194949   195194   +245     
- Misses      14874    14878     +4     

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

std::string source_object_name,
std::string destination_object_name,
Options&&... options) {
google::cloud::internal::OptionsSpan const span(
Copy link
Contributor

Choose a reason for hiding this comment

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

qq: why do we need it here?

Copy link
Member

@scotthart scotthart left a comment

Choose a reason for hiding this comment

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

Reviewed 30 of 31 files at r1, 4 of 4 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @ddelgrosso1)

@ddelgrosso1 ddelgrosso1 enabled auto-merge (squash) January 15, 2025 19:02
@ddelgrosso1 ddelgrosso1 merged commit 5a7ce3b into googleapis:main Jan 15, 2025
73 of 74 checks passed
@ddelgrosso1 ddelgrosso1 deleted the move-object branch January 16, 2025 15:49
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