We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9889fad commit a11b20fCopy full SHA for a11b20f
1 file changed
dcor_control/cli/status.py
@@ -67,7 +67,8 @@ def status():
67
try:
68
bucket_prefix = get_ckan_config_option(
69
"dcor_object_store.bucket_name").format(organization_id="")
70
- bbi = get_bucket_info(f"{bucket_prefix}000000000-backup")
+ bbi = get_bucket_info(f"{bucket_prefix}000000000-backup",
71
+ ret_object_keys=True)
72
except BaseException:
73
click.echo("Instance backup does not exist (yet).")
74
else:
0 commit comments