Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions acl/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,9 @@ message EACLRecord {

// Extended ACL rules table. A list of ACL rules defined additionally to Basic
// ACL. Extended ACL rules can be attached to a container and can be updated
// or may be defined in `BearerToken` structure. Please see the corresponding
// NeoFS Technical Specification section for detailed description.
// or may be defined in `BearerToken` structure. Serialized table can't exceed
// 64K in size. Please see the corresponding NeoFS Technical Specification
// section for detailed description.
message EACLTable {
// eACL format version. Effectively, the version of API library used to create
// eACL Table.
Expand Down
5 changes: 3 additions & 2 deletions proto-docs/acl.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,9 @@ keys to match.
### Message EACLTable
Extended ACL rules table. A list of ACL rules defined additionally to Basic
ACL. Extended ACL rules can be attached to a container and can be updated
or may be defined in `BearerToken` structure. Please see the corresponding
NeoFS Technical Specification section for detailed description.
or may be defined in `BearerToken` structure. Serialized table can't exceed
64K in size. Please see the corresponding NeoFS Technical Specification
section for detailed description.


| Field | Type | Label | Description |
Expand Down
Loading