mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03: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