Skip to content

Commit

Permalink
Revert "[#195] object: Add notification well-known attributes"
Browse files Browse the repository at this point in the history
This reverts commit f67442d.

Notification attributes turned out to be unusable. Nobody uses them, so
they are purged.

Closes #279.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
  • Loading branch information
cthulhu-rider committed Feb 22, 2024
1 parent dcead71 commit 74bd58b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions object/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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:
//
Expand Down
7 changes: 0 additions & 7 deletions proto-docs/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 74bd58b

Please sign in to comment.