mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
Adding donut backend and setting as default
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package donut
|
||||
|
||||
import "io"
|
||||
import (
|
||||
"io"
|
||||
)
|
||||
|
||||
// INTERFACES
|
||||
|
||||
@@ -21,6 +23,7 @@ type Bucket interface {
|
||||
|
||||
// Node interface
|
||||
type Node interface {
|
||||
CreateBucket(bucket string) error
|
||||
GetBuckets() ([]string, error)
|
||||
GetDonutMetadata(bucket, object string) (map[string]string, error)
|
||||
GetMetadata(bucket, object string) (map[string]string, error)
|
||||
|
||||
Reference in New Issue
Block a user