Open jcreager opened 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.
nats object seal <bucket name>
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.