forked from TrueCloudLab/frostfs-s3-gw
[#184] Unify error handling
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
6674e350cc
commit
f4c29cd300
17 changed files with 196 additions and 541 deletions
|
@ -21,8 +21,6 @@ type (
|
|||
}
|
||||
)
|
||||
|
||||
const notSupported = "Not supported by NeoFS S3 Gate: "
|
||||
|
||||
var _ api.Handler = (*handler)(nil)
|
||||
|
||||
// New creates new api.Handler using given logger and client.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue