Skip to content

Commit

Permalink
[#177] container: Define well-known container attributes for NNS inte…
Browse files Browse the repository at this point in the history
…gration

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
  • Loading branch information
alexvanin committed Oct 14, 2021
1 parent 6ad083c commit 8bf84cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions container/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ message Container {
// * __NEOFS__SUBNET \
// String ID of container's storage subnet. Container can be attached to
// only one subnet.
// * __NEOFS__NAME \
// String of human-friendly container name registered as the domain in
// NNS contract.
// * __NEOFS__ZONE \
// String of zone for `__NEOFS__NAME`. Used as TLD of domain name in NNS
// contract. If zone is not specified, use default zone: `container`.
//
// And some well-known attributes used by applications only:
//
Expand Down

0 comments on commit 8bf84cd

Please sign in to comment.