From: Eric Bollengier Date: Mon, 12 Feb 2024 12:50:00 +0000 (+0100) Subject: Enable Amazon cloud driver X-Git-Tag: Beta-15.0.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d29dbfd15970cf83197ec007ec56f255f994479b;p=thirdparty%2Fbacula.git Enable Amazon cloud driver --- 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} };