Ryan Toronto

Results 100 comments of Ryan Toronto

Hey, sorry about ghosting you! I'll make sure it gets published to rubygems later today. I'll update here when it's done :)

Ok published as `0.14.0`. Let me know if you run into anything!

Does anyone have an app that can reproduce this issue? That would be helpful here!

Heya @theonlydaleking I'm not sure I follow, could you provide an example of the problem you're running into and what you'd like to avoid. You can intercept the response, but...

Yup, exactly. Once you get the url back from uploadToS3 you can send it to your server with an API request. We've been using this pattern for a while and...

Thanks for the PR! Could you explain the bug that this PR fixes? I think using dualstack is fine, but it also changes the hostname of the uploaded file, which...

Ok thanks! That makes a lot of sense. I think it's best to let users opt into dual stack, similar how the S3 doesn't use dual stack by default but...

Hi there, currently this library does not support DigitalOcean. It only works with AWS at the moment.

Hey, you can pass an `endpoint` option to the hook with the path. This isn't documented, but it'll work :) See this file for an example: https://github.com/ryanto/next-s3-upload/blob/master/packages/docs-site/src/pages/examples/custom-key.js#L6 Let me know...

Yup totally. This was originally added just for testing but since there's a real use case it should be part of the public API. I think I might add it...