From 24f2e6d5cd7386256784a84dc370970b06bc0716 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Mon, 9 Apr 2018 15:26:56 -0700 Subject: [PATCH] cdn: replace BEGIN with START in region tag Signed-off-by: Ahmet Alp Balkan --- cdn/snippets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdn/snippets.py b/cdn/snippets.py index 753957d578e..027b5cb04f9 100644 --- a/cdn/snippets.py +++ b/cdn/snippets.py @@ -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.