Ryan Toronto

Results 100 comments of Ryan Toronto

Just looked into this, and the aws-sdk has a minimum part size of 5mb, which unfortunately means that you'll only get progress updates every 5mb. There's an issue here about...

Good catch! We'll a way to opt into other adapters (like xhr-http-handler) in this library. It might take me a little while to add that feature, but I think its...

Thanks for the issue! Having an abort controller for large file uploads is a great idea. I'd be happy to accept a PR that adds this. An abort controller can...

Just want to confirm I'm seeing this behavior on Windows 11 as well. After a watched directory is deleted (and recreated) nodemon stops picking up changes. Tested on nodemon 3.1.0....

Makes sense... surprisingly it works on macOS which I think is what threw me off. In my situation the parent directory has a lot of files that change often, but...

Hey thanks for the issue. What does it look like in the S3 JS client to connect using an IAM role (vs using the access keys?). Any sample code for...

Ah okay, so just leaving them blank will let you connect? Yup I think we can do that.

Yup it'd be good to test. Go ahead and fork the repo!

Hi guys, thanks for taking the time to provide the explanations and suggestions! I appreciate them. For the longest time we had to use custom ENVs because vercel didn't allow...

Ok @DriesCruyskens and @manuelsechi I just published a beta release that should use IAM credentials. Here's now to use it: 1. Install the `beta` release using: `npm install next-s3-upload@beta`. 2....