Skip to content

Commit 7d051b7

Browse files
authored
samples: update region tags (googleapis#675)
1 parent 82206f4 commit 7d051b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/snippets/storage_download_into_memory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import sys
1818

19-
# [START storage_download_file]
19+
# [START storage_file_download_into_memory]
2020
from google.cloud import storage
2121

2222

@@ -46,7 +46,7 @@ def download_blob_into_memory(bucket_name, blob_name):
4646
)
4747

4848

49-
# [END storage_download_file]
49+
# [END storage_file_download_into_memory]
5050

5151
if __name__ == "__main__":
5252
download_blob_into_memory(

0 commit comments

Comments
 (0)