mirror of
https://github.com/minio/minio.git
synced 2025-01-23 20:53:18 -05:00
Removing unneeded comment from storage.ObjectStorage
This commit is contained in:
parent
8ff7fea4ac
commit
d7e5e0df4f
@ -4,7 +4,6 @@ import "io"
|
||||
|
||||
type ObjectStorage interface {
|
||||
List() ([]ObjectDescription, error)
|
||||
// ListBucket(bucketName string) ([]ObjectDescription, error)
|
||||
Get(path string) (io.Reader, error)
|
||||
Put(path string, object io.Reader) error
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user