Aljosa Sljuka
Aljosa Sljuka
Twitter account would also be cool, "Today's most awesome awesome".
Workaround I did that worked: ```js const directory = await unzipper.Open.custom({ async size() { const info = await s3.send( new HeadObjectCommand({ Bucket: bucket, Key: key, }), ); return info.ContentLength; },...
I'm fairly confident this could be done in Redis with an MGET command and a hydration mapping, but I'm looking for your opinion.