.
.
@Enalmada same WSL to Windows bug
I think it does offer promise support @skipjack as per https://github.com/aws/aws-sdk-js/issues/1436#issuecomment-375101246 You just add .promise to the s3. call So you can just do ``` await s3.getObject({ Bucket: process.env.BUCKET_NAME, //...
actually seems to be better your way, the promise method they provide seems flaky
@BenWiederhake I tried the fork with the same ``` error: dereferencing pointer to incomplete type 'RSA {aka struct rsa_st}' ret->e = unwrap_bn (TGLC_bn_new ()); ``` in Ubuntu. Looks like an...
zip-dir worked well for me too, would be nice to add this 'sugar' into the main library