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

Command icon 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:

Comments

nicxvan created an issue. See original summary.

nicxvan’s picture

StatusFileSize
new1.09 KB

Here is a patch so we can have a definitive patch for CI.

nicxvan’s picture

StatusFileSize
new1.09 KB

Add the reverse patch mistakenly. Here is a good one