mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 20:50:22 +03:00
Rename StoreBucket to CreateBucket
This commit is contained in:
@@ -55,8 +55,8 @@ func (storage *Storage) ListBuckets() ([]mstorage.BucketMetadata, error) {
|
||||
return metadataList, nil
|
||||
}
|
||||
|
||||
// StoreBucket - PUT Bucket
|
||||
func (storage *Storage) StoreBucket(bucket string) error {
|
||||
// CreateBucket - PUT Bucket
|
||||
func (storage *Storage) CreateBucket(bucket string) error {
|
||||
storage.lock.Lock()
|
||||
defer storage.lock.Unlock()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user