mirror of
https://github.com/minio/minio.git
synced 2025-11-28 13:09:09 -05:00
Rename StoreBucket to CreateBucket
This commit is contained in:
@@ -27,7 +27,7 @@ import (
|
||||
type Storage interface {
|
||||
// Bucket Operations
|
||||
ListBuckets() ([]BucketMetadata, error)
|
||||
StoreBucket(bucket string) error
|
||||
CreateBucket(bucket string) error
|
||||
StoreBucketPolicy(bucket string, p BucketPolicy) error
|
||||
GetBucketPolicy(bucket string) (BucketPolicy, error)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user