]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
cloud: Add aws_cloud_driver to regress cleanup script
authorNorbert Bizet <norbert.bizet@baculasystems.com>
Fri, 27 Aug 2021 10:06:32 +0000 (06:06 -0400)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:56 +0000 (13:56 +0200)
regress/scripts/cleanup

index 99cfbfbc8bcb97329af4bf55376fc1ac2724aa40..0bb748c7f447331be6b95de04c7c9e80ebd6f34a 100755 (executable)
@@ -84,6 +84,9 @@ if [ x$FORCE_CLOUD = xyes ]; then
 
       shopt -s nocasematch
       case "${cloud_attr}" in
+         "aws") 
+            args="${args} -c ${cwd}/bin/plugins/aws_cloud_driver"
+         ;;
          "google") 
             args="${args} -c ${cwd}/bin/plugins/google_cloud_driver"
          ;;