@ -18,12 +18,13 @@ package config
import (
"encoding/json"
"github.com/minio-io/iodine"
"io"
"os"
"os/user"
"path"
"sync"
)
// Config context
@ -21,8 +21,9 @@ import (
"math/rand"
"strconv"
"github.com/minio-io/check"
"time"
// APITestSuite - collection of API tests
@ -24,11 +24,12 @@ import (
"strings"
"io/ioutil"
"github.com/minio-io/minio/pkg/drivers"
"github.com/minio-io/minio/pkg/storage/donut"
"github.com/minio-io/minio/pkg/utils/log"
// donutDriver - creates a new single disk drivers driver using donut
@ -21,6 +21,7 @@ import (
@ -28,8 +28,9 @@ import (
"crypto/md5"
"encoding/hex"
// memoryDriver - local variables
@ -22,6 +22,7 @@ import (
"reflect"
"errors"
"github.com/minio-io/minio/pkg/api"
"github.com/minio-io/minio/pkg/api/web"
@ -2,9 +2,10 @@ package donut
type donutBucket struct {
@ -8,9 +8,10 @@ import (
"path/filepath"
type localDirectoryNode struct {
@ -2,10 +2,11 @@ package donut
func newDonutObjectWriter(objectDir string) (Writer, error) {