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

CDN URL for uploadcare needs to allow for custom URLs #6195

Open
panbanda opened this issue Feb 7, 2022 · 0 comments
Open

CDN URL for uploadcare needs to allow for custom URLs #6195

panbanda opened this issue Feb 7, 2022 · 0 comments

Comments

@panbanda
Copy link

@panbanda panbanda commented Feb 7, 2022

Is your feature request related to a problem? Please describe.

Uploading an image with uploadcare doesn't allow me to set a cdnBase or cdnURL or something similar for custom URLs. When I upload an image it is forcing the company's cdn instead.

Describe the solution you'd like

The settings in config.json should be something like:

  media_library: {
    name: 'uploadcare',
    settings: {
      autoFilename: true,
      cdnUrl: 'https://cdn.domain.com'
    }
  },

Additional context

https://uploadcare.com/docs/delivery/cdn/#custom-cdn-cname

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

Successfully merging a pull request may close this issue.

None yet
2 participants