mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
move the dependency to minio/pkg for common libraries (#12397)
This commit is contained in:
@@ -32,8 +32,8 @@ import (
|
||||
"github.com/minio/minio-go/v7/pkg/set"
|
||||
xhttp "github.com/minio/minio/cmd/http"
|
||||
"github.com/minio/minio/cmd/logger"
|
||||
"github.com/minio/minio/pkg/mimedb"
|
||||
"github.com/minio/minio/pkg/sync/errgroup"
|
||||
"github.com/minio/pkg/mimedb"
|
||||
)
|
||||
|
||||
func (er erasureObjects) getUploadIDDir(bucket, object, uploadID string) string {
|
||||
|
||||
Reference in New Issue
Block a user