Closed
Description
We would like to be able to set SOURCE_BUCKETS=developer-bucket-*
so that each developer's bucket is in the whitelist.
This was okay in 3.0.0
but it stopped allowing *
in 4.0.0
. We tried adding all our dev buckets as a comma separated value string but we went out of string limit.
It would be good to support regex again. Here is a PR for the proof of concept:
#138
We tested this with a custom built the image and it works with SOURCE_BUCKETS=developer\-bucket\-.*
.
Metadata
Metadata
Assignees
Labels
No labels