Rename StoreBucket to CreateBucket

This commit is contained in:
Frederick F. Kautz IV
2015-03-11 20:14:40 -07:00
parent 8c6aa45458
commit 24d5018037
8 changed files with 34 additions and 32 deletions
+2 -2
View File
@@ -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()