Open utterances-bot opened 4 months ago
good information thanks for sharing
I have a question, how can I upload two different files, each with its own independent entry? What would the ContentType also be like if they are of different types?
command = new PutObjectCommand
This example is created to only upload files one by one, for multiple files, you can generate a separate component for each file. The Content-Type
should match the type of each uploaded file.
Upload File Menggunakan Next.js + Shadcn Ke AWS S3 Bucket - Jalu Wibowo
Berbagi pengalaman dan tutorial untuk membuat sebuah file upload sederhana menggunakan Next.js, Shadcn dan AWS SDK.
https://jaluwibowo.id/blog/upload-next-shadcn-to-aws-s3/