Skip to content

Commit a11b20f

Browse files
committed
reg: forgot to mention keys
1 parent 9889fad commit a11b20f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dcor_control/cli/status.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ def status():
6767
try:
6868
bucket_prefix = get_ckan_config_option(
6969
"dcor_object_store.bucket_name").format(organization_id="")
70-
bbi = get_bucket_info(f"{bucket_prefix}000000000-backup")
70+
bbi = get_bucket_info(f"{bucket_prefix}000000000-backup",
71+
ret_object_keys=True)
7172
except BaseException:
7273
click.echo("Instance backup does not exist (yet).")
7374
else:

0 commit comments

Comments
 (0)