Joe

Results 3 issues of Joe

Proposal: `list_buckets` for both KV and Object have their own contract that looks like `{:ok, ["TEST_BUCKET_1", "TEST_BUCKET_2"], %{total:_, offset: 0, limit: 1024}}`. `list_buckets/2` in either module will optionally accept a...

enhancement
help wanted

Nats supports the ability seal an object bucket, preventing further writes to that bucket. In the Nats cli this is expressed as `nats object seal `. This library should support...

enhancement
upstream-feature

To compliment `Gnat.Jetstream.API.KV.Watcher` this library should support the ability watch objects for changes. This is currently implemented in the nats cli as `nats object watch `. @mmmries from an implementation...

enhancement
help wanted
upstream-feature