|
@@ -43,6 +45,10 @@ func New(endpoints []string, options *store.Config) (store.Store, error) {
|
|
return nil, ErrBoltBucketOptionMissing
|
|
return nil, ErrBoltBucketOptionMissing
|
|
db, err := bolt.Open(endpoints[0], 0644, nil)
|
|
db, err := bolt.Open(endpoints[0], 0644, nil)
|