def run(self, args, config, storage, remotes):
count, size = gc(storage, delete=not args.dry_run)
if count:
printer.p('Done. Deleted {n} objects, total size: {s}', n=count, s=humanize.naturalsize(size, binary=True))
else:
printer.p('Done. Nothing to delete.')
评论列表
文章目录