Skip to content

Commit

Permalink
[#222] storagegroup: Force members to be unique
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
  • Loading branch information
carpawell committed Jun 7, 2022
1 parent e31fcad commit 5e8f345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storagegroup/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ message StorageGroup {
// DEPRECATED. Last NeoFS epoch number of the storage group lifetime
uint64 expiration_epoch = 3 [json_name = "expirationEpoch", deprecated = true];

// Strictly ordered list of storage group member objects
// Strictly ordered list of storage group member objects. Members MUST be unique
repeated neo.fs.v2.refs.ObjectID members = 4 [json_name = "members"];
}

0 comments on commit 5e8f345

Please sign in to comment.