mirror of
https://github.com/minio/minio.git
synced 2025-11-28 13:09:09 -05:00
Removing old server
Removing storage drivers
This commit is contained in:
@@ -1,15 +1 @@
|
||||
package storage
|
||||
|
||||
import "io"
|
||||
|
||||
type ObjectStorage interface {
|
||||
List(objectPath string) ([]ObjectDescription, error)
|
||||
Get(path string) (io.Reader, error)
|
||||
Put(path string, object io.Reader) error
|
||||
}
|
||||
|
||||
type ObjectDescription struct {
|
||||
Name string
|
||||
Md5sum string
|
||||
Murmur3 string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user