next-s3-upload
next-s3-upload copied to clipboard
Upload files from your Next.js app to S3
My team really appreciates this library, and overall it's working out great for us. The one issue we are encountering is uploading large zip files with Safari on macOS (>...
Would be great to gave a guide on using with minio to work locally
When creating the policy I'm copying exactly as shown in the docs With my id replaced. I am getting the error: **Invalid ARN Resource** Resource ARN does not match the...
Since it use the same repo
I followed the documentation to configure with Cloudflare R2, some errors are showing on the terminal. ``` import { APIRoute } from "next-s3-upload"; export default APIRoute.configure({ accessKeyId: process.env.CLOUDFLARE_R2_ACCESS_KEY_ID, secretAccessKey: process.env.CLOUDFLARE_R2_SECRET_ACCESS_KEY,...
The problem is that once I make the call the uploadToS3() to upload a file... sometimes it takes a few seconds before the files are added to the "files" array....
With this change, we showcase how to use this lib with other S3 compatible providers. Here I use backblaze because it's much cheaper. Also updated the README file for detail...