Moving object storage drivers back to minio

This commit is contained in:
Frederick F. Kautz IV
2015-04-08 16:28:14 -07:00
parent d3caf2b733
commit 6241c9880b
53 changed files with 355 additions and 3684 deletions
+5 -5
View File
@@ -33,11 +33,11 @@ import (
"net/http/httptest"
"github.com/minio-io/minio/pkg/api"
"github.com/minio-io/objectdriver"
"github.com/minio-io/objectdriver/donut"
"github.com/minio-io/objectdriver/file"
"github.com/minio-io/objectdriver/memory"
"github.com/minio-io/objectdriver/mocks"
"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/storage/drivers/mocks"
"github.com/stretchr/testify/mock"
. "github.com/minio-io/check"