From 8bf84cdc652fd1fb762af4ebc8ca1c20a9a540f0 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Thu, 7 Oct 2021 17:38:30 +0300 Subject: [PATCH] [#177] container: Define well-known container attributes for NNS integration Signed-off-by: Alex Vanin --- container/types.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/container/types.proto b/container/types.proto index 4456c5a..fdb0667 100644 --- a/container/types.proto +++ b/container/types.proto @@ -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: //