diff --git a/management/backup.py b/management/backup.py index 2012fa23..d806c2bb 100755 --- a/management/backup.py +++ b/management/backup.py @@ -499,7 +499,7 @@ def list_target_files(config): msg = f"Connection to rsync host failed: {reason}" raise ValueError(msg) - elif target.scheme == "s3": + if target.scheme == "s3": import boto3.s3 from botocore.exceptions import ClientError