mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +00:00
ipn/store/aws: support using sub-paths in parameters
Fixes #3431 Signed-off-by: Thomas Weiß <panos@unbunt.org>
This commit is contained in:
parent
6dc6ea9b37
commit
f8cef1ba08
@ -23,7 +23,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
parameterNameRxStr = `^parameter/(.*)`
|
||||
parameterNameRxStr = `^parameter(/.*)`
|
||||
)
|
||||
|
||||
var parameterNameRx = regexp.MustCompile(parameterNameRxStr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user