mirror of
https://github.com/pgsty/minio.git
synced 2026-08-08 23:33:30 +03:00
Keeping the lexical order same add optimizations, provide a comprehensive response from ListObjects()
This commit is contained in:
@@ -64,3 +64,10 @@ type BucketMetadata struct {
|
||||
Metadata map[string]string `json:"metadata"`
|
||||
BucketObjects map[string]interface{} `json:"objects"`
|
||||
}
|
||||
|
||||
// ListObjects container for list objects response
|
||||
type ListObjects struct {
|
||||
Objects []string `json:"objects"`
|
||||
CommonPrefixes []string `json:"commonPrefixes"`
|
||||
IsTruncated bool `json:"isTruncated"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user