Problem/Motivation
Adding * to a url is not supported. We would like wildcard style invalidations for cloudfront which would be supported with wildcardurl and wildcardpath.
Steps to reproduce
Add queue url with *
Proposed resolution
After determining whether it's a path or url add a check for `*` and switch to wildcard appropriately
Remaining tasks
Patch incoming.
User interface changes
None
API changes
None
Data model changes
None
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | wildcardsupport-3224891-6.patch | 1.09 KB | nicxvan |
Issue fork purge_queuer_url-3224891
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 8.x-1.x
changes, plain diff MR !3
- 3224891-add-support-for
changes, plain diff MR !2
Comments
Comment #5
nicxvan commentedHere is a patch so we can have a definitive patch for CI.
Comment #6
nicxvan commentedAdd the reverse patch mistakenly. Here is a good one