frostfs-node/pkg/services/object
Leonard Lyubich fddc50fd85 [#203] Replace ErrEACLNotFound to core library
ErrEACLNotFound error was defined in implementation package. EACL validator
checked this error after the call of eACL storage interface method. Replace
ErrEACLNotFound to core container library. in order to: on the one hand not
use an implementation error, on the other hand, to be able to reuse a
generic type error (404).

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2020-11-24 20:19:20 +03:00
..
acl [#203] Replace ErrEACLNotFound to core library 2020-11-24 20:19:20 +03:00
delete [#195] object/delete: Add option to set logger 2020-11-24 13:38:06 +03:00
get [#57] services/object: Combine common service parameters 2020-10-02 11:25:36 +03:00
head [#193] services/object: Support client options in all Object services 2020-11-24 15:34:30 +03:00
put [#193] services/object: Support client options in all Object services 2020-11-24 15:34:30 +03:00
range [#193] services/object: Support client options in all Object services 2020-11-24 15:34:30 +03:00
rangehash [#193] services/object: Support client options in all Object services 2020-11-24 15:34:30 +03:00
search [#193] services/object: Support client options in all Object services 2020-11-24 15:34:30 +03:00
util [#195] services/object: Write debug log messages on worker pool errors 2020-11-24 13:38:06 +03:00
response.go [#83] services: Implement response sub-service for each service 2020-10-23 10:54:48 +03:00
sign.go [#83] services/util: Define type of response message interface 2020-10-23 10:54:48 +03:00
transport_splitter.go [#59] Use max msg size in transport server and splitter 2020-10-02 11:25:36 +03:00