Skip to content

Commit 6e580b8

Browse files
authored
(#1875) add lifecycle json file for TTL on hearings mp4 files (#2040)
* add lifecycle json * formatting fix from prettier
1 parent deb2642 commit 6e580b8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

infra/gcs-lifecycle/lifecycle.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"rule": [
3+
{
4+
"action": { "type": "Delete" },
5+
"condition": { "age": 1, "matchesPrefix": ["hearing-"] }
6+
}
7+
]
8+
}

0 commit comments

Comments
 (0)