[#69] object/acl: Rename BasicChecker to Service

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2020-10-03 08:09:58 +03:00 committed by Alex Vanin
parent 2b2f5d457b
commit e5898c9ca8
2 changed files with 16 additions and 17 deletions

View file

@ -291,7 +291,7 @@ func initObjectService(c *cfg) {
objectGRPC.RegisterObjectServiceServer(c.cfgGRPC.server,
objectTransportGRPC.New(
acl.NewBasicChecker(
acl.New(
acl.NewSenderClassifier(
c.cfgNetmap.wrapper,
c.cfgNetmap.wrapper,