Skip to content

Commit 8ba72af

Browse files
chore: add missing product region tags for Cloud CDN snippets (#1784)
1 parent 72ff6f0 commit 8ba72af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cdn/signUrl.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
*/
1717

1818
# [START signed_url]
19+
# [START cloudcdn_sign_url]
1920
/**
2021
* Decodes base64url (RFC4648 Section 5) string
2122
*
@@ -81,4 +82,5 @@ function sign_url($url, $keyName, $base64UrlKey, $expirationTime)
8182
// Concatenate the URL and encoded signature
8283
return "{$url}&Signature={$encodedSignature}";
8384
}
84-
// [END signed_url]
85+
# [END cloudcdn_sign_url]
86+
# [END signed_url]

0 commit comments

Comments
 (0)