From f476f4343b5a845393a79bad1737513573f5e67d Mon Sep 17 00:00:00 2001 From: Andrew Mayorov Date: Fri, 9 Feb 2024 12:14:10 +0100 Subject: [PATCH] fix(release): add `emqx_bridge_s3` to applications list --- apps/emqx_machine/priv/reboot_lists.eterm | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/emqx_machine/priv/reboot_lists.eterm b/apps/emqx_machine/priv/reboot_lists.eterm index f7e78c360..a6559bcab 100644 --- a/apps/emqx_machine/priv/reboot_lists.eterm +++ b/apps/emqx_machine/priv/reboot_lists.eterm @@ -114,6 +114,7 @@ emqx_bridge_oracle, emqx_bridge_rabbitmq, emqx_bridge_azure_event_hub, + emqx_bridge_s3, emqx_schema_registry, emqx_eviction_agent, emqx_node_rebalance,