Skip to content

Commit dd670bd

Browse files
authored
chore(storage): add missing region_tag for bidi read sample (#15922)
1 parent 54f26e8 commit dd670bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

google/cloud/storage/examples/storage_async_samples.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ void InsertObjectVectorVectors(google::cloud::storage::AsyncClient& client,
156156
void OpenObjectSingleRangedRead(google::cloud::storage::AsyncClient& client,
157157
std::vector<std::string> const& argv) {
158158
//! [open-object-single-ranged-read]
159+
// [START storage_open_object_single_ranged_read]
159160
namespace gcs = google::cloud::storage;
160161

161162
// Helper coroutine to count newlines returned by an AsyncReader.

0 commit comments

Comments
 (0)