Ryan Toronto

Results 100 comments of Ryan Toronto

Hey @alexanderluiscampino hopefully the above solves your issue as well, but let me know if you need something else passed to the client.

Awesome! Thanks so much for testing it. You can continue to use that version, but hopefully I'll get this released as a non beta in the next week or two....

Hi @manuelsechi Glad to hear it works! For presigned uploads you can pass an endpoint using the `uploadToS3(file, options)` function. This is a newer feature to the library: https://next-s3-upload.codingvalue.com/use-s3-upload ```js...

Nice suggestion, thanks for the issue! I've never used Minio before, but I started a doc on how to use this library with non AWS hosts: https://next-s3-upload.codingvalue.com/other-providers. This might help,...

Hey there, and thanks for opening the issue! Currently it's not possible to change the cache control headers. One thing you can do is upload a new file, and start...

Thanks for the bug report, I'll start investigating this. One quick question: is it preventing the library from working?

Ok I just published version `0.3.1` which upgrades the AWS dependencies. Let me know if you still see this error.

does this work? ```js import { POST as route } from "next-s3-upload/route"; export const POST = route.configure({ // ... }); ```

Can you share your code?