frostfs-node/pkg/services/object/acl/v2
Pavel Karpy 57c5fccc8c [#1428] node/acl: Make OID optional
Not all the NeoFS requests must contain OID in their bodies (or must NOT
contain them at all). Do not pass object address in helper functions, pass
CID and OID separately instead.
Also, fixed NPE in the ACL service: updated SDK library brought errors
when working with `Put` and `Search` requests without OID fields.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
2022-05-25 12:11:03 +03:00
..
classifier.go [#1428] node/acl: Make container ID as required param 2022-05-25 12:11:03 +03:00
errors.go [#1246] object/acl: Return more concise description for eACL errors 2022-03-21 19:20:01 +03:00
opts.go [#1278] acl: Return netmap.Source interface 2022-03-30 14:22:12 +03:00
request.go [#1428] node/acl: Make OID optional 2022-05-25 12:11:03 +03:00
service.go [#1428] node/acl: Make container ID as required param 2022-05-25 12:11:03 +03:00
types.go [#1400] owner: Upgrade SDK package 2022-05-23 15:33:14 +03:00
util.go [#1428] node/acl: Make container ID as required param 2022-05-25 12:11:03 +03:00
util_test.go [#1371] bearer: Upgrade SDK package 2022-05-12 15:16:17 +03:00