You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--allowed-origins *.amazonaws.com`|`www.notaws.comimages/image.png`| NOT VALID (no matching host) |
490
-
|`--allowed-origins *.amazonaws.com, foo.amazonaws.com/some-bucket/`|`bar.amazonaws.com/some-other-bucket/image.png`| VALID (matches first condition but not second) |
|`-allowed-origins https://*.amazonaws.com`|`www.notaws.comimages/image.png`| NOT VALID (no matching host) |
490
+
|`-allowed-origins https://*.amazonaws.com, foo.amazonaws.com/some-bucket/`|`bar.amazonaws.com/some-other-bucket/image.png`| VALID (matches first condition but not second) |
0 commit comments