Promise not working in JS worker
Hi I have am using the S3 client in a Cloudflare worker
If I use
If I try the same thing using
Can anyone please explain why?
If I use
await syntax I can log the results from this call in a WorkerIf I try the same thing using
.then() syntax I do not get any logsCan anyone please explain why?
