forked from TrueCloudLab/frostfs-s3-gw
[#68] *: Replace deprecated
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
This commit is contained in:
parent
abfaa0bd48
commit
b3b190adc0
7 changed files with 24 additions and 22 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/nspcc-dev/neofs-api-go/pkg/client"
|
||||
"github.com/nspcc-dev/neofs-api-go/pkg/container"
|
||||
cid "github.com/nspcc-dev/neofs-api-go/pkg/container/id"
|
||||
"github.com/nspcc-dev/neofs-api-go/pkg/object"
|
||||
"github.com/nspcc-dev/neofs-s3-gw/api"
|
||||
"google.golang.org/grpc/codes"
|
||||
|
@ -19,7 +19,7 @@ import (
|
|||
type (
|
||||
findParams struct {
|
||||
val string
|
||||
cid *container.ID
|
||||
cid *cid.ID
|
||||
}
|
||||
|
||||
getParams struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue