I'm looking to create an API which will create a signed URL to access a Google Cloud CDN bucket. The key will be provided by Google Cloud CDN.
This will be a on-prem apigee installation so I do not have access to cloud utilities. In other words it must be self contained within on-prem Apigee platform.
I was able to test the process with gsutil and all works fine but now I need to adapt to a API (product/app).
Thanks in advance for any support given.