Skip to content

Commit fce1950

Browse files
chore: cleanup un-wanted region tags (GoogleCloudPlatform#1787)
Description: Old region tags are replaced with product specific region tags. Please check b/272509882 for more details. New Region tags were added using Pull Request: https://github.com/GoogleCloudPlatform/php-docs-samples/pull/1784/files
1 parent 3dbb35d commit fce1950

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cdn/signUrl.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* limitations under the License.
1616
*/
1717

18-
# [START signed_url]
1918
# [START cloudcdn_sign_url]
2019
/**
2120
* Decodes base64url (RFC4648 Section 5) string
@@ -83,4 +82,3 @@ function sign_url(http://github.com/$url,%20$keyName,%20$base64UrlKey,%20$expirationTime)
8382
return "{$url}&Signature={$encodedSignature}";
8483
}
8584
# [END cloudcdn_sign_url]
86-
# [END signed_url]

0 commit comments

Comments
 (0)