mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Moving object storage drivers back to minio
This commit is contained in:
@@ -28,11 +28,11 @@ import (
|
||||
"github.com/minio-io/minio/pkg/api"
|
||||
"github.com/minio-io/minio/pkg/api/web"
|
||||
"github.com/minio-io/minio/pkg/server/httpserver"
|
||||
"github.com/minio-io/minio/pkg/storage/drivers"
|
||||
"github.com/minio-io/minio/pkg/storage/drivers/donut"
|
||||
"github.com/minio-io/minio/pkg/storage/drivers/file"
|
||||
"github.com/minio-io/minio/pkg/storage/drivers/memory"
|
||||
"github.com/minio-io/minio/pkg/utils/log"
|
||||
"github.com/minio-io/objectdriver"
|
||||
"github.com/minio-io/objectdriver/donut"
|
||||
"github.com/minio-io/objectdriver/file"
|
||||
"github.com/minio-io/objectdriver/memory"
|
||||
)
|
||||
|
||||
// Config - http server parameters
|
||||
|
||||
Reference in New Issue
Block a user