From f67442d769b7507ec97d7dae6502a489faa245f0 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Mon, 14 Feb 2022 19:29:51 +0300 Subject: [PATCH] [#195] object: Add notification well-known attributes Signed-off-by: Pavel Karpy --- object/types.proto | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/object/types.proto b/object/types.proto index f3893bd..63bed78 100644 --- a/object/types.proto +++ b/object/types.proto @@ -117,6 +117,13 @@ message Header { // Marks smaller parts of a split bigger object // * __NEOFS__EXPIRATION_EPOCH \ // Tells GC to delete object after that epoch + // * __NEOFS__TICK_EPOCH \ + // Decimal number that defines what epoch must produce + // object notification with UTF-8 object address in a + // body (`0` value produces notification right after + // object put) + // * __NEOFS__TICK_TOPIC \ + // UTF-8 string topic ID that is used for object notification // // And some well-known attributes used by applications only: //