next-s3-upload icon indicating copy to clipboard operation
next-s3-upload copied to clipboard

Upload files from your Next.js app to S3

Results 47 next-s3-upload issues
Sort by recently updated
recently updated
newest added

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...

question

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...

enhancement

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...

enhancement

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?

question

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

documentation

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...

documentation