Add unsupported handlers

Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
This commit is contained in:
Evgeniy Kulikov 2020-08-19 14:52:44 +03:00
parent 9986a82fca
commit 92b039fa5e
2 changed files with 74 additions and 0 deletions

View file

@ -20,6 +20,8 @@ type (
}
)
const notSupported = "Not supported by NeoFS S3 Gate: "
var _ api.Handler = (*handler)(nil)
func New(log *zap.Logger, obj layer.Client) (api.Handler, error) {