Skip to content

Commit

Permalink
cdn: replace BEGIN with START in region tag (#1445)
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
  • Loading branch information
ahmetb authored and andrewsg committed Apr 11, 2018
1 parent 611fcae commit 2efa244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdn/snippets.py
Expand Up @@ -30,7 +30,7 @@
from six.moves import urllib


# [BEGIN sign_url]
# [START sign_url]
def sign_url(url, key_name, base64_key, expiration_time):
"""Gets the Signed URL string for the specified URL and configuration.
Expand Down

0 comments on commit 2efa244

Please sign in to comment.