From 3b1ac77e1f34ec561191073db5ee859cef714c0f Mon Sep 17 00:00:00 2001 From: Guang Jiong Lou <7991675+27149chen@users.noreply.github.com> Date: Wed, 1 Jan 2025 10:41:43 +0800 Subject: worm grace period and retention time support (#6404) Signed-off-by: lou --- other/java/client/src/main/proto/filer.proto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'other/java/client/src') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index c06f7f83c..d3490029f 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -125,6 +125,7 @@ message Entry { RemoteEntry remote_entry = 10; int64 quota = 11; // for bucket only. Positive/Negative means enabled/disabled. + int64 worm_enforced_at_ts_ns = 12; } message FullEntry { @@ -443,6 +444,8 @@ message FilerConf { uint32 max_file_name_length = 12; bool disable_chunk_deletion = 13; bool worm = 14; + uint64 worm_grace_period_seconds = 15; + uint64 worm_retention_time_seconds = 16; } repeated PathConf locations = 2; } -- cgit v1.2.3