Fix S3 backup list (#880)
* Fix S3 backup list Co-authored-by: Petr Barborka <petr.barborka@orgis.cz>
This commit is contained in:
parent
5af4379118
commit
be208b61f1
|
|
@ -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/")
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue