forked from TrueCloudLab/frostfs-api-go
Recompile protobuf files from neofs-api v2.1.1
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
5395988efc
commit
adb681878b
5 changed files with 46 additions and 10 deletions
4
v2/object/grpc/types.pb.go
generated
4
v2/object/grpc/types.pb.go
generated
|
@ -520,7 +520,9 @@ func (x *SplitInfo) GetLink() *grpc.ObjectID {
|
|||
// `Attribute` is a user-defined Key-Value metadata pair attached to the
|
||||
// object.
|
||||
//
|
||||
// Key name must be a valid UTF-8 string. Value can't be empty.
|
||||
// Key name must be a object-unique valid UTF-8 string. Value can't be empty.
|
||||
// Objects with duplicated attribute names or attributes with empty values
|
||||
// will be considered invalid.
|
||||
//
|
||||
// There are some "well-known" attributes starting with `__NEOFS__` prefix
|
||||
// that affect system behaviour:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue