Skip to content

Commit 2efa244

Browse files
ahmetbandrewsg
authored andcommitted
cdn: replace BEGIN with START in region tag (#1445)
Signed-off-by: Ahmet Alp Balkan <[email protected]>
1 parent 611fcae commit 2efa244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdn/snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from six.moves import urllib
3131

3232

33-
# [BEGIN sign_url]
33+
# [START sign_url]
3434
def sign_url(url, key_name, base64_key, expiration_time):
3535
"""Gets the Signed URL string for the specified URL and configuration.
3636

0 commit comments

Comments
 (0)