mirror of
https://github.com/minio/minio.git
synced 2025-12-08 00:32:28 -05:00
storage.ObjectStorage List() is now List(objectPath string)
This commit is contained in:
@@ -3,7 +3,7 @@ package storage
|
||||
import "io"
|
||||
|
||||
type ObjectStorage interface {
|
||||
List() ([]ObjectDescription, error)
|
||||
List(objectPath string) ([]ObjectDescription, error)
|
||||
Get(path string) (io.Reader, error)
|
||||
Put(path string, object io.Reader) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user