ObjectStore will look up and bind to an existing object store instance. If the object store with given name does not exist, ErrBucketNotFound will be returned.
(ctx context.Context, bucket string)
| 44 | // If the object store with given name does not exist, ErrBucketNotFound |
| 45 | // will be returned. |
| 46 | ObjectStore(ctx context.Context, bucket string) (ObjectStore, error) |
| 47 | |
| 48 | // CreateObjectStore will create a new object store with the given |
| 49 | // configuration. |
no outgoing calls