Support creating signed urls for Cloud CDN #2437
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
samples
Issues that are directly related to samples.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Originally filed in nodejs-storage by @TriPSs
This is a request for a Node.js sample on this page
Is your feature request related to a problem? Please describe.
We want to implement signed urls that go through the load balancer with Cloud CDN, this library does not yet expose a method that can be used to generate those urls.
Describe the solution you'd like
An method that will generate these urls for us.
Describe alternatives you've considered
Create the custom code inside the application itself.
Additional context
Would be awesome if this could be integrated inside the library as now everyone who needs this needs to figure it out themselves (As the Google Cloud docs does not have an example for node) and create their own solution.
Outstanding question:
The text was updated successfully, but these errors were encountered: