We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8defa8 commit 70705e9Copy full SHA for 70705e9
google/cloud/storage/internal/async/connection_impl.cc
@@ -431,7 +431,7 @@ AsyncConnectionImpl::StartBufferedUpload(UploadParams p) {
431
.then([current = std::move(current),
432
async_write_object = std::move(async_write_object)](auto f) mutable
433
-> StatusOr<
434
- std::unique_ptr<storage_experimental::AsyncWriterConnection>> {
+ std::unique_ptr<storage_experimental::AsyncWriterConnection>> {
435
auto w = f.get();
436
if (!w) return std::move(w).status();
437
auto factory = [upload_id = (*w)->UploadId(),
0 commit comments