1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-12-25 07:47:05 +00:00

fix indentation

This commit is contained in:
Robert T. Brown (-rb) 2024-12-08 18:46:42 -05:00
parent 5a82a779fd
commit 03b3456799

View File

@ -514,7 +514,7 @@ def list_target_files(config):
if (config['target_user'] == '') and (config['target_pass'] == ''): 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? ## User did not specify an S3 Access Key, nor a S3 Secret Access Key. Perhaps using EC2 instance role?
s3 = boto3.client('s3', \ s3 = boto3.client('s3', \
endpoint_url=f'https://{target.hostname}') endpoint_url=f'https://{target.hostname}')
else: else:
s3 = boto3.client('s3', \ s3 = boto3.client('s3', \
endpoint_url=f'https://{target.hostname}', \ endpoint_url=f'https://{target.hostname}', \