CDN URL for uploadcare needs to allow for custom URLs
See original GitHub issueIs 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
Issue Analytics
- State:
- Created 2 years ago
- Comments:16 (16 by maintainers)
Top Results From Across the Web
Uploadcare CDN - Docs
Custom CDN CNAME. Use your own domain for CDN links to your files stored with Uploadcare. By default, all file URLs use ucarecdn.com...
Read more >Signed URLs - Docs - Uploadcare
A signed URL is a URL that contains authentication information in its query string that provides limited permission and time to get the...
Read more >URL API Reference - Uploadcare
Use your own domain for CDN links to your files stored with Uploadcare. By default, all file URLs use ucarecdn.com domain. By setting...
Read more >How do I set up a CDN CNAME? - Uploadcare Support
A CDN CNAME allows you to use your domain in file URLs instead of the default one ucarecdn.com. Setting up a CDN CNAME...
Read more >File uploader v3 options - Docs - Uploadcare
If true , the file uploader allows selecting and uploading multiple files. ... your users will still be able to choose any file...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Okay great! Picking things up then.
Thank you! No issues. The confusion got cleared. Have set up the project. I’ll work on it if needed help will surely ping you!