Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use CDN URL to show gcloud images #385

Closed
zisk0 opened this issue Aug 25, 2017 · 1 comment
Closed

Use CDN URL to show gcloud images #385

zisk0 opened this issue Aug 25, 2017 · 1 comment
Labels

Comments

@zisk0
Copy link

zisk0 commented Aug 25, 2017

Hello!

We are using storages.backends.gcloud.GoogleCloudStorage to handle our images. We are uploading to a Google Cloud segment, and so far so good: The images are uploaded fast and are shown with no issues. The problem is we want the images to be retrieved using our CDN URL, not the https://storage.googleapis.com/ URL that is used by default.

I have dived into the docs and code, but haven't seen a solution. Just the issue #309, but I'm not sure if it is about the same situation we have. Is there any option or workaround we can use?

Thanks for your time!

@martey
Copy link
Contributor

martey commented Jul 10, 2019

I also ran into this issue, but was able to resolve it by patching django-storages (see #648).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants