Replies: 3 comments 4 replies
-
This is still happening with Deno v1.40.4 |
Beta Was this translation helpful? Give feedback.
-
Are you aware of this little deno library? I've had good luck using it https://deno.land/x/[email protected] |
Beta Was this translation helpful? Give feedback.
-
@jtoppine thanks. I have heard of it but I'm using several AWS services and just want to use one library if possible. For S3, I need to be able to stream data from another source and there wasn't an example of that. Also concerned that this project hasn't been updated in 3 years and has a big warning "This project is work in progress. Expect breaking changes." |
Beta Was this translation helpful? Give feedback.
-
I'm trying to stream a file to S3 and for that I need a Node Readable to pass into S3 putObject() but I'm getting the following compile error at
Readable.fromWeb(response.body)
using Deno 1.40.2. I feel this should work but maybe there is a better approach. ThanksBeta Was this translation helpful? Give feedback.
All reactions