next-s3-upload
next-s3-upload copied to clipboard
Upload files from your Next.js app to S3
I used Amplify on the Frontend and Lambda, when I upload locally it works perfectly fine, but when I deploy to Amplify, when I send the multi files it returns...
This is more of a question, but when I hit the api route directly, it seems to show api keys etc? It doesnt look like its the secret key for...
Hey thanks for such a great package!! I am having some issues when uploading larger file (over 1Gish) when using Chrome (all other browsers seem to work) here is the...
Hello, My app is using a basePath `app` for all my routing. It seems that next-s3-upload is not aware of this. He is trying to access `http://localhost:3000/api/s3-upload`, where he should...
I want to rename the creds from `S3_UPLOAD_SECRET` etc to something more specific to our use case. Also it might be useful to allow passing through some options to the...
Hey! Are you going to implement a way to provide support for private buckets and to implement a way to retrieve a signedUrl for the uploaded images?
Added option to use IPv6 enabled dual-stack endpoints. https://docs.aws.amazon.com/AmazonS3/latest/userguide/dual-stack-endpoints.html#dual-stack-endpoints-description
https://gist.github.com/ryanto/1db2c41465ac3432d9eec18b18257111
hi, this repo is amazing!! Really great job, it's so helpful for us... I wanted to ask if you could add the possibility to delete things from s3 aswell as...