Skip to content

Commit

Permalink
[FIXED] Add missing object store compression struct tag (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelattwood authored Feb 20, 2024
1 parent 74f400b commit f7c1fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ type ObjectStoreConfig struct {
Metadata map[string]string `json:"metadata,omitempty"`
// Enable underlying stream compression.
// NOTE: Compression is supported for nats-server 2.10.0+
Compression bool
Compression bool `json:"compression,omitempty"`
}

type ObjectStoreStatus interface {
Expand Down

0 comments on commit f7c1fe9

Please sign in to comment.