Skip to content

Commit be208b6

Browse files
PetrBarborkaPetr Barborka
and
Petr Barborka
authored
Fix S3 backup list (#880)
* Fix S3 backup list Co-authored-by: Petr Barborka <[email protected]>
1 parent 5af4379 commit be208b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/operator_ui/spiloutils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def read_basebackups(
322322
f=configure_backup_cxt,
323323
aws_instance_profile=use_aws_instance_profile,
324324
s3_prefix=f's3://{bucket}/{prefix}{pg_cluster}{suffix}/wal/',
325-
)._backup_list(detail=True)
325+
)._backup_list(detail=True)._backup_list(prefix=f"{prefix}{pg_cluster}{suffix}/wal/")
326326
]
327327

328328

0 commit comments

Comments
 (0)