Skip to content

Commit e13fbcc

Browse files
chore: cleanup un-wanted region tags (GoogleCloudPlatform#7751)
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/java-docs-samples/pull/7732/files
1 parent 871546b commit e13fbcc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cdn/signed-urls/src/main/java/com/google/cdn/SignedUrls.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
*/
3333
public class SignedUrls {
3434

35-
// [START signUrl]
3635
// [START cloudcdn_sign_url]
3736
/**
3837
* Creates a signed URL for a Cloud CDN endpoint with the given key
@@ -75,7 +74,6 @@ public static String getSignature(byte[] privateKey, String input)
7574
return Base64.getUrlEncoder().encodeToString(mac.doFinal(input.getBytes()));
7675
}
7776
// [END cloudcdn_sign_url]
78-
// [END signUrl]
7977

8078
public static void main(String[] args) throws Exception {
8179
Calendar cal = Calendar.getInstance();

0 commit comments

Comments
 (0)