Fix S3 backup list (#880)

* Fix S3 backup list

Co-authored-by: Petr Barborka <petr.barborka@orgis.cz>
This commit is contained in:
Petr Barborka 2020-04-30 17:10:16 +02:00 committed by GitHub
parent 5af4379118
commit be208b61f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ def read_basebackups(
f=configure_backup_cxt,
aws_instance_profile=use_aws_instance_profile,
s3_prefix=f's3://{bucket}/{prefix}{pg_cluster}{suffix}/wal/',
)._backup_list(detail=True)
)._backup_list(detail=True)._backup_list(prefix=f"{prefix}{pg_cluster}{suffix}/wal/")
]