frostfs-node/pkg/core/object
Pavel Karpy 156ba85326 [#1634] node: Do not return expired objects
If an object has not been marked for removal by the GC in the current epoch
yet but has already expired, respond with `ErrObjectNotFound` api status.
Also, optimize shard iteration: a node must stop any iteration if the object
 is found but gonna be removed soon.
All the checks are performed by the Metabase.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
2022-08-04 16:31:49 +03:00
..
errors.go [#1634] node: Do not return expired objects 2022-08-04 16:31:49 +03:00
fmt.go [#1461] node: Do not accept lock object w/o expiration 2022-07-18 11:42:25 +03:00
fmt_test.go [#1490] node: Require SG members to be unique 2022-07-12 17:35:46 +03:00
object.go [#1454] Upgrade NeoFS SDK Go module with new IDs 2022-06-01 17:41:45 +03:00