(configure conn object-store-options)
Re-configure the ObjectStore management instance. Returns a new conn
with the
new configuration, does not change the original conn
.
object-store-options
is a map of:
:nats.object-store/stream-options
- JetStream configuration, see
nats.stream/configure
for details.:nats.object-store/domain
:nats.object-store/prefix
:nats.object-store/request-timeout
Re-configure the ObjectStore management instance. Returns a new `conn` with the new configuration, does not change the original `conn`. `object-store-options` is a map of: - `:nats.object-store/stream-options` - JetStream configuration, see `nats.stream/configure` for details. - `:nats.object-store/domain` - `:nats.object-store/prefix` - `:nats.object-store/request-timeout`
(delete-bucket conn bucket-name)
Delete a key/value bucket
Delete a key/value bucket
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close