forked from TrueCloudLab/frostfs-s3-gw
Add unsupported handlers
Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
This commit is contained in:
parent
9986a82fca
commit
92b039fa5e
2 changed files with 74 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue