mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 00:03:29 +03:00
More donut, cache, api cleanup
This commit is contained in:
@@ -59,7 +59,7 @@ type AllBuckets struct {
|
||||
type BucketMetadata struct {
|
||||
Version string `json:"version"`
|
||||
Name string `json:"name"`
|
||||
ACL string `json:"acl"`
|
||||
ACL BucketACL `json:"acl"`
|
||||
Created time.Time `json:"created"`
|
||||
Metadata map[string]string `json:"metadata"`
|
||||
BucketObjects map[string]interface{} `json:"objects"`
|
||||
|
||||
Reference in New Issue
Block a user