#254 clean up S3 images - cleanup script - optimise

This commit is contained in:
Avris 2021-08-24 17:30:40 +02:00
parent 9aa9675b4c
commit 78b90867ae
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ async function cleanup() {
} }
}); });
} }
throw 'aaa';
if (objects.Contents.length < chunkSize) { if (objects.Contents.length < chunkSize) {
break; break;
} }