Ryan Toronto

Results 100 comments of Ryan Toronto

Great question! What would you like to see in terms of an API for generating signed URLs? Are you generating these URLs in API routes? gSSP? gSP? Would love to...

Yup, that sounds right! Right now the getting started guide is very basic, but it's not required if you want to use another approach. For example, you could change the...

Thanks for opening an issue. This feature gets asked about a lot. It's hard for this library to safely provide a delete hook because you could end up in a...

Currently this is not supported. Maybe if your webhost allows you to alias ENV vars you can setup something with a different name. In theory we should be able to...

Odd! I know we tested large files, but that was a while ago and there have been a few changes to the aws-sdk version since then. Does it work in...

Ok cool! Thanks for the code samples, that should totally work so I think there's a bug somewhere :) I just tested this with a 1.5gb file and a 14gb...

Thanks! Don't worry about taking a while to respond :) it's totally fine and I really appreciate the feedback/help debugging this. About how long after the upload started did you...

I'd love if we could add a header that only gets included when adding or updating a remote schema. The reason I need this is I don't want to expose...

Hi there! When working in development you should store your secrets in `.env.local`, but not check this file into git. You can read more here: https://nextjs.org/docs/basic-features/environment-variables For production deployments you...

Yup, it acts like any other API route in Next.js. I'm not familiar with AWS parameter store, but as long as long as it sets the required ENV variables this...