mirror of
https://github.com/pgsty/minio.git
synced 2026-08-07 00:01:15 +03:00
Keeping the lexical order same add optimizations, provide a comprehensive response from ListObjects()
This commit is contained in:
@@ -35,7 +35,7 @@ type ObjectStorage interface {
|
||||
MakeBucket(bucket, acl string) error
|
||||
|
||||
// Bucket operations
|
||||
ListObjects(bucket, prefix, marker, delim string, maxKeys int) (objects []string, prefixes []string, isTruncated bool, err error)
|
||||
ListObjects(bucket, prefix, marker, delim string, maxKeys int) (ListObjects, error)
|
||||
|
||||
// Object operations
|
||||
GetObject(bucket, object string) (io.ReadCloser, int64, error)
|
||||
|
||||
Reference in New Issue
Block a user