forked from TrueCloudLab/frostfs-s3-gw
Rename cmd -> legacy
This commit is contained in:
parent
b75a189805
commit
1665c8e35e
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ import (
|
|||
"math"
|
||||
"time"
|
||||
|
||||
minio "github.com/minio/minio/cmd"
|
||||
minio "github.com/minio/minio/legacy"
|
||||
"github.com/minio/minio/neofs/pool"
|
||||
"github.com/minio/minio/pkg/auth"
|
||||
"github.com/nspcc-dev/neofs-api-go/chain"
|
||||
|
|
|
@ -7,7 +7,7 @@ import (
|
|||
"net/http"
|
||||
"strings"
|
||||
|
||||
minio "github.com/minio/minio/cmd"
|
||||
minio "github.com/minio/minio/legacy"
|
||||
"github.com/minio/minio/pkg/hash"
|
||||
"github.com/nspcc-dev/neofs-api-go/object"
|
||||
"github.com/nspcc-dev/neofs-api-go/refs"
|
||||
|
|
|
@ -7,7 +7,7 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/gogo/protobuf/proto"
|
||||
minio "github.com/minio/minio/cmd"
|
||||
minio "github.com/minio/minio/legacy"
|
||||
"github.com/minio/minio/neofs/pool"
|
||||
"github.com/nspcc-dev/neofs-api-go/object"
|
||||
"github.com/nspcc-dev/neofs-api-go/refs"
|
||||
|
|
Loading…
Reference in a new issue