-
Notifications
You must be signed in to change notification settings - Fork 382
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
Conversation
Codecov ReportAttention: Patch coverage is
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. |
std::string source_object_name, | ||
std::string destination_object_name, | ||
Options&&... options) { | ||
google::cloud::internal::OptionsSpan const span( |
There was a problem hiding this comment.
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?
There was a problem hiding this 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)
This change is