frostfs-node/pkg/services/object/acl/v2
Leonard Lyubich 807c0a1321 [#1859] services/object: Do not session check relation in PUT
It doesn't make sense to check object relation in session check of
`ObjectService.Put` RPC which has been spawned by `ObjectService.Delete`
with session. Session issuer can't predict identifier of the tombstone
object to be created.

Signed-off-by: Leonard Lyubich <ctulhurider@gmail.com>
2022-10-10 20:09:47 +03:00
..
classifier.go [#1556] Upgrade NeoFS SDK Go with changed container API 2022-07-05 11:26:06 +03:00
errors.go [#1533] acl: Upgrade NeoFS SDK Go with refactored basic ACL 2022-06-25 13:57:21 +03:00
opts.go [#1278] acl: Return netmap.Source interface 2022-03-30 14:22:12 +03:00
request.go [#1533] acl: Upgrade NeoFS SDK Go with refactored basic ACL 2022-06-25 13:57:21 +03:00
service.go [#1859] services/object: Do not session check relation in PUT 2022-10-10 20:09:47 +03:00
types.go [#1454] Upgrade NeoFS SDK Go module with new IDs 2022-06-01 17:41:45 +03:00
util.go [#1420] object/acl: Fix correlation of object session to request 2022-10-07 10:34:38 +03:00
util_test.go [#1420] object/acl: Fix correlation of object session to request 2022-10-07 10:34:38 +03:00