mirror of
https://github.com/minio/minio.git
synced 2025-11-28 21:18:10 -05:00
Adding IsTruncated to minioapi
This commit is contained in:
@@ -31,7 +31,7 @@ type Storage interface {
|
||||
GetObjectMetadata(bucket string, object string) (ObjectMetadata, error)
|
||||
CopyObjectToWriter(w io.Writer, bucket string, object string) (int64, error)
|
||||
StoreObject(bucket string, key string, data io.Reader) error
|
||||
ListObjects(bucket, prefix string, count int) []ObjectMetadata
|
||||
ListObjects(bucket, prefix string, count int) ([]ObjectMetadata, bool)
|
||||
}
|
||||
|
||||
type BucketMetadata struct {
|
||||
|
||||
Reference in New Issue
Block a user