Restructure and use human readable names

This commit is contained in:
Harshavardhana
2015-03-12 00:36:33 -07:00
parent e21020b337
commit 67888cbaa9
10 changed files with 65 additions and 60 deletions
+2 -2
View File
@@ -69,8 +69,8 @@ func (storage *Storage) GetBucketPolicy(bucket string) (mstorage.BucketPolicy, e
}
// StoreBucketPolicy - PUT bucket policy
func (storage *Storage) StoreBucketPolicy(bucket string, p mstorage.BucketPolicy) error {
// CreateBucketPolicy - PUT bucket policy
func (storage *Storage) CreateBucketPolicy(bucket string, p mstorage.BucketPolicy) error {
storage.lock.Lock()
defer storage.lock.Unlock()