frostfs-node/pkg/morph/client/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
..
wrapper [#907] container/put: Work with named containers 2021-10-18 11:54:34 +03:00
client.go [#907] morph/container: Add native name and zone to PutArgs 2021-10-18 11:54:34 +03:00
delete.go [#525] morph/container: Accept container session token in Delete 2021-05-27 12:03:49 +03:00
eacl.go [#525] morph/container: Parse session token, key and signature in EACL 2021-05-27 12:03:49 +03:00
eacl_set.go [#525] morph/container: Accept container session token in PutEACL 2021-05-27 12:03:49 +03:00
estimations.go [#584] pkg/innerring: Delete using deprecated methods 2021-06-03 13:59:59 +03:00
get.go [#525] morph/container: Parse session token, key and signature in Get 2021-05-27 12:03:49 +03:00
list.go [#521] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
load.go [#643] pkg: Sync method names and commentaries to them 2021-06-24 16:10:44 +03:00
put.go [#907] morph/container: Add native name and zone to PutArgs 2021-10-18 11:54:34 +03:00