master
Store.PutObjectAtomic
func (ds *Store) PutObjectAtomic(kvObject KVObject) error { ds.mu.Lock() defer ds.mu.Unlock() if kvObject == nil {