mirror of
https://github.com/pgsty/minio.git
synced 2026-08-08 23:33:30 +03:00
Update documentation for crc32c, cpu
This commit is contained in:
@@ -4,6 +4,7 @@ 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user