From 03b345679962ea960ea7ad6ef37dcc295a1ba373 Mon Sep 17 00:00:00 2001 From: "Robert T. Brown (-rb)" Date: Sun, 8 Dec 2024 18:46:42 -0500 Subject: [PATCH] fix indentation --- management/backup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/backup.py b/management/backup.py index 6528c71d..b27dd044 100755 --- a/management/backup.py +++ b/management/backup.py @@ -514,7 +514,7 @@ def list_target_files(config): if (config['target_user'] == '') and (config['target_pass'] == ''): ## User did not specify an S3 Access Key, nor a S3 Secret Access Key. Perhaps using EC2 instance role? s3 = boto3.client('s3', \ - endpoint_url=f'https://{target.hostname}') + endpoint_url=f'https://{target.hostname}') else: s3 = boto3.client('s3', \ endpoint_url=f'https://{target.hostname}', \