Skip to content

Commit

Permalink
Merge pull request #287 from nspcc-dev/279-object-drop-ticks
Browse files Browse the repository at this point in the history
object: Purge notification attributes
  • Loading branch information
roman-khimov authored Feb 27, 2024
2 parents b14f000 + bc98431 commit 24b5c5d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
### Removed

### Deprecated
- Object attributes `__NEOFS__TICK_EPOCH` and `__NEOFS__TICK_TOPIC` (#279)

## [2.15.0] - 2024-01-30

Expand Down
6 changes: 4 additions & 2 deletions object/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,11 @@ message Header {
// 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)
// object put).
// DEPRECATED: attribute ignored by servers.
// * __NEOFS__TICK_TOPIC \
// UTF-8 string topic ID that is used for object notification
// UTF-8 string topic ID that is used for object notification.
// DEPRECATED: attribute ignored by servers.
//
// And some well-known attributes used by applications only:
//
Expand Down
6 changes: 4 additions & 2 deletions proto-docs/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -907,9 +907,11 @@ that affect system behaviour:
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)
object put).
DEPRECATED: attribute ignored by servers.
* __NEOFS__TICK_TOPIC \
UTF-8 string topic ID that is used for object notification
UTF-8 string topic ID that is used for object notification.
DEPRECATED: attribute ignored by servers.

And some well-known attributes used by applications only:

Expand Down

0 comments on commit 24b5c5d

Please sign in to comment.