From 400b65801dd5c2e74d4d3c08c6470cd57e6783f0 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Tue, 24 Nov 2020 12:46:03 +0300 Subject: [PATCH] [#201] cli/container: Do not check eACL version Signed-off-by: Leonard Lyubich --- cmd/neofs-cli/modules/container.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cmd/neofs-cli/modules/container.go b/cmd/neofs-cli/modules/container.go index 53c7c7db8..b2cd0cba2 100644 --- a/cmd/neofs-cli/modules/container.go +++ b/cmd/neofs-cli/modules/container.go @@ -345,12 +345,6 @@ var getExtendedACLCmd = &cobra.Command{ return fmt.Errorf("rpc error: %w", err) } - v := eaclTable.Version() - if v.Major() == 0 && v.Major() == 0 { - fmt.Println("extended ACL table is not set for this container") - return nil - } - if containerPathTo == "" { prettyPrintEACL(eaclTable) return nil