mirror of
https://github.com/minio/minio.git
synced 2025-11-10 05:59:43 -05:00
Enable browser support for gateway (#4425)
This commit is contained in:
@@ -25,7 +25,7 @@ type ObjectLayer interface {
|
||||
StorageInfo() StorageInfo
|
||||
|
||||
// Bucket operations.
|
||||
MakeBucket(bucket string) error
|
||||
MakeBucketWithLocation(bucket string, location string) error
|
||||
GetBucketInfo(bucket string) (bucketInfo BucketInfo, err error)
|
||||
ListBuckets() (buckets []BucketInfo, err error)
|
||||
DeleteBucket(bucket string) error
|
||||
|
||||
Reference in New Issue
Block a user