Skip to content

Commit

Permalink
object-storage clean: add trailing slash in prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
MedvedewEM committed Jan 15, 2025
1 parent a06d383 commit d390768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ch_tools/common/commands/clean_object_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def _clean_object_storage(
prefix = object_name_prefix or _get_default_object_name_prefix(
clean_scope, disk_conf
)
prefix = os.path.join(prefix, "")

if not use_saved_list:
logging.info(
Expand Down

0 comments on commit d390768

Please sign in to comment.