We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29784f1 commit 78de6d3Copy full SHA for 78de6d3
cdn/signed-urls/src/main/java/com/google/cdn/SignedUrls.java
@@ -27,12 +27,10 @@
27
import javax.crypto.Mac;
28
import javax.crypto.spec.SecretKeySpec;
29
30
-/**
31
- * Samples to create a signed URL for a Cloud CDN endpoint
32
- */
+// [START cloudcdn_sign_url]
+/** Samples to create a signed URL for a Cloud CDN endpoint */
33
public class SignedUrls {
34
35
- // [START cloudcdn_sign_url]
36
/**
37
* Creates a signed URL for a Cloud CDN endpoint with the given key
38
* URL must start with http:// or https://, and must contain a forward
0 commit comments