#254 clean up S3 images - cleanup script - optimise

This commit is contained in:
Andrea Vos 2021-08-24 22:09:40 +00:00
parent a7c532c378
commit b84030776c

View File

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