mirror of
https://github.com/minio/minio.git
synced 2025-11-28 05:04:14 -05:00
ACL driver/storage layer support
This commit is contained in:
@@ -32,7 +32,7 @@ type ObjectStorage interface {
|
||||
GetBucketMetadata(bucket string) (map[string]string, error)
|
||||
SetBucketMetadata(bucket string, metadata map[string]string) error
|
||||
ListBuckets() ([]string, error)
|
||||
MakeBucket(bucket string) error
|
||||
MakeBucket(bucket, acl string) error
|
||||
|
||||
// Bucket Operations
|
||||
ListObjects(bucket, prefix, marker, delim string, maxKeys int) (result []string, prefixes []string, isTruncated bool, err error)
|
||||
|
||||
Reference in New Issue
Block a user