Skip to content

Commit

Permalink
BACKUP: service/object: Inline ACL service
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Lyubich <[email protected]>
  • Loading branch information
cthulhu-rider committed Dec 22, 2024
1 parent fb86012 commit b20338e
Show file tree
Hide file tree
Showing 4 changed files with 609 additions and 13 deletions.
2 changes: 1 addition & 1 deletion cmd/neofs-node/object.go
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ func (x *fsChainForObjects) LocalNodeUnderMaintenance() bool { return x.isMainte

type putObjectServiceWrapper putsvc.Service

func (x *putObjectServiceWrapper) VerifyAndStoreObject(obj objectSDK.Object) error {
func (x *putObjectServiceWrapper) VerifyAndStoreObjectLocally(obj objectSDK.Object) error {
return (*putsvc.Service)(x).ValidateAndStoreObjectLocally(obj)
}

Expand Down
Loading

0 comments on commit b20338e

Please sign in to comment.