CreateObjectStore will create a new object store with the given configuration. If the object store with given name already exists, ErrBucketExists will be returned.
(ctx context.Context, cfg ObjectStoreConfig)
| 51 | // If the object store with given name already exists, ErrBucketExists |
| 52 | // will be returned. |
| 53 | CreateObjectStore(ctx context.Context, cfg ObjectStoreConfig) (ObjectStore, error) |
| 54 | |
| 55 | // UpdateObjectStore will update an existing object store with the given |
| 56 | // configuration. |
no outgoing calls