frostfs-node/pkg/innerring/processors/container
Leonard Lyubich e0f0188466 [#907] container/put: Work with named containers
Add name and zone arguments to `Put` method of wrapper over the Container
contract client. Pass result of `container.GetNativeNameWithZone` function
to the method in `Put` helper function. Due to this, the storage node will
call the method depending on the presence of the container name in the
attributes.

Make IR to listen `putNamed` notification event. The event is processed like
`put` event, but with sanity check of the container attributes.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-10-18 11:54:34 +03:00
..
common.go [#848] ir/container: Prevent potential NPE in key conversion 2021-09-24 18:57:00 +03:00
handlers.go
process_container.go [#907] container/put: Work with named containers 2021-10-18 11:54:34 +03:00
process_eacl.go [#807] morph/event/container: Add `setEACL` notary support 2021-09-09 18:37:45 +03:00
processor.go