nats-io / nats.ex

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

Support the ability to seal an Object bucket #171

Open jcreager opened 1 month ago

jcreager commented 1 month ago

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 <bucket name>. This library should support the same functionality.