Skip to content

Commit 93a02ec

Browse files
authored
Apply suggestions from code review
1 parent 65e297d commit 93a02ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cdn/signed-urls/signurl.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 Google LLC
1+
// Copyright 2025 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414

1515
'use strict';
1616

17-
// [START nodejs_cdn_signed_urls]
17+
// [START cloudcdn_sign_url]
1818
const crypto = require('crypto');
1919

2020
/**
@@ -41,7 +41,7 @@ function signUrl(url, keyName, keyValue, expirationDate) {
4141

4242
return urlObject.href;
4343
}
44-
// [END nodejs_cdn_signed_urls]
44+
// [END cloudcdn_sign_url]
4545

4646
module.exports = {
4747
signUrl,

cdn/signed-urls/test/signurl.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 Google LLC
1+
// Copyright 2025 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)