diff --git a/infra/gcs-lifecycle/lifecycle.json b/infra/gcs-lifecycle/lifecycle.json new file mode 100644 index 000000000..a6c452c5c --- /dev/null +++ b/infra/gcs-lifecycle/lifecycle.json @@ -0,0 +1,8 @@ +{ + "rule": [ + { + "action": { "type": "Delete" }, + "condition": { "age": 1, "matchesPrefix": ["hearing-"] } + } + ] +} \ No newline at end of file