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 8cd7f96 commit fa02b42Copy full SHA for fa02b42
google/cloud/storage/async/client.cc
@@ -133,6 +133,9 @@ future<StatusOr<std::pair<AsyncWriter, AsyncToken>>>
133
AsyncClient::StartAppendableObjectUpload(
134
google::storage::v2::BidiWriteObjectRequest request, Options opts) {
135
std::cerr << "Hey this is a test statement of new branch.\n";
136
+ return make_ready_future(
137
+ StatusOr<std::pair<AsyncWriter, AsyncToken>>(Status(
138
+ StatusCode::kInternal, "msg")));
139
return connection_
140
->StartAppendableObjectUpload(
141
{std::move(request),
0 commit comments