mirror of
https://github.com/minio/minio.git
synced 2025-04-01 10:13:42 -04:00
Merge pull request #125 from fkautz/pr_out_removing_unneeded_comment_from_storage_objectstorage
Removing unneeded comment from storage.ObjectStorage
This commit is contained in:
commit
62797cd6a7
@ -4,7 +4,6 @@ import "io"
|
|||||||
|
|
||||||
type ObjectStorage interface {
|
type ObjectStorage interface {
|
||||||
List() ([]ObjectDescription, error)
|
List() ([]ObjectDescription, error)
|
||||||
// ListBucket(bucketName string) ([]ObjectDescription, error)
|
|
||||||
Get(path string) (io.Reader, error)
|
Get(path string) (io.Reader, error)
|
||||||
Put(path string, object io.Reader) error
|
Put(path string, object io.Reader) error
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user