8000 fix(functions/v2/storage): fix incorrect region tag (#7194) · orossini/python-docs-samples@2fa5b5f · GitHub
[go: up one dir, main page]

Skip to content

Commit 2fa5b5f

Browse files
author
Ace Nassri
authored
fix(functions/v2/storage): fix incorrect region tag (GoogleCloudPlatform#7194)
1 parent ca919fe commit 2fa5b5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functions/v2/storage/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import functions_framework
1616

1717

18-
# [START functions_helloworld_storage]
18+
# [START functions_cloudevent_storage]
1919
# Triggered by a change in a storage bucket
2020
@functions_framework.cloud_event
2121
def hello_gcs(cloud_event):
@@ -39,4 +39,4 @@ def hello_gcs(cloud_event):
3939
print(f"Updated: {updated}")
4040

4141

42-
# [END functions_helloworld_storage]
42+
# [END functions_cloudevent_storage]

0 commit comments

Comments
 (0)
0