From d29dbfd15970cf83197ec007ec56f255f994479b Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 12 Feb 2024 13:50:00 +0100 Subject: [PATCH] Enable Amazon cloud driver --- bacula/src/stored/stored_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/stored/stored_conf.c b/bacula/src/stored/stored_conf.c index 32c3d06e9..e5d5cf17e 100644 --- a/bacula/src/stored/stored_conf.c +++ b/bacula/src/stored/stored_conf.c @@ -366,8 +366,8 @@ s_kw cloud_drivers[] = { {"Oracle", C_ORACLE_DRIVER}, {"Generic", C_GEN_DRIVER}, {"Swift", C_SWIFT_DRIVER}, - {"Amazon", C_AWS_DRIVER}, #endif + {"Amazon", C_AWS_DRIVER}, {NULL, 0} }; -- 2.47.3