albertcht / python-gcs-image

MIT License
69 stars 28 forks source link

How to put this behind a Google Cloud CDN? #6

Open dfinzer opened 4 years ago

dfinzer commented 4 years ago

The magic URL's returned use the lh3.googleusercontent.com domain. I was curious if you know off-hand how we could use Google's CDN service to have these url's be available from our own domain. (e.g.., storage.example.com/<image_url_path>)

Awesome project by the way!