diff --git a/object/types.proto b/object/types.proto index 46d33e7..5617e96 100644 --- a/object/types.proto +++ b/object/types.proto @@ -135,13 +135,6 @@ message Header { // // * __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: // diff --git a/proto-docs/object.md b/proto-docs/object.md index 9ee7d17..bae2288 100644 --- a/proto-docs/object.md +++ b/proto-docs/object.md @@ -903,13 +903,6 @@ that affect system behaviour: * __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: