nats-io / nats.ex

Elixir client for NATS, the cloud native messaging system. https://nats.io
MIT License
207 stars 36 forks source link

Cannot list Jetstream object buckets #168

Closed jcreager closed 1 month ago

jcreager commented 2 months ago

Missing functionality to list existing object buckets.

Equivalent CLI command is nats object ls.

Similar to https://github.com/nats-io/nats.ex/issues/152

jcreager commented 1 month ago

@mmmries I have opened #169 to address this issue.