Next-Level S3 File Management: The Ultimate Guide to Handling Files in Next.js 14

  Рет қаралды 32,188

Sam Meech-Ward

Sam Meech-Ward

Күн бұрын

Пікірлер: 70
@janpapaj4373
@janpapaj4373 5 ай бұрын
What's stopping a malicious user from sending a gazzilion requests to the image hosted on s3 and billing you a billion dollars?
@Why-Ron75
@Why-Ron75 Ай бұрын
Sam? A potential subscriber here who really appreciates this video (and the exactly 1000th thumbed up viewer), but... Any response for this truly legit question from 3 months ago?
@janpapaj4373
@janpapaj4373 Ай бұрын
@@Why-Ron75 yes i am also still waiting, decided to not do the project because cant get answer for my question here or anywhere
@imransefat8770
@imransefat8770 Ай бұрын
This was one of my concerns as well and had to use uploadthing
@Why-Ron75
@Why-Ron75 Ай бұрын
@@imransefat8770 I appreciate this comment! Thank you 🖖🏽
@janpapaj4373
@janpapaj4373 Ай бұрын
@@imransefat8770 thanks, how much did it cost you per user?
@mohammedanas8637
@mohammedanas8637 8 ай бұрын
I personally use SST for this, it takes a few extra steps but mostly it works if you full in wanna deploy things with AWS. But it simplifies things.
@borsaniasushant1
@borsaniasushant1 5 ай бұрын
Do you use next js with SST?
@amardeep6088
@amardeep6088 6 ай бұрын
Wooo it was fantastic, learned a lot of things, thank you very much
@williamx0
@williamx0 10 ай бұрын
Thanks for the video! Because you’re the s3 guy and have made a lot of videos about it, I think it’d be nice to make an extension video incorporating some of the stuff uploadingthing does and looking at their open source code and showing us how to implement some of the functionality they provide (whatever it is). Afaik, avoiding potential issues where users request a url but don’t upload or something goes wrong and there are a lot of ghost entries in the database or whatnot. I haven’t looked into it myself yet but it’s something I would want to do and a youtube video would be helpful I think to see how uploadthing does it and what problems they solve as an extension to this video. It’s kind of like the video that joshTriesCoding did, but with more code and implementing some of it on our own
@donenv
@donenv 10 ай бұрын
s3 guy is back lol, learnt uploads with your other video like a year ago, havent viewed this yet but cannt wait to check it out.
@StephenRayner
@StephenRayner 3 ай бұрын
Nah man… public bucket. 6:06 and I’m out. You should have done pre-signed urls.
@beans_dev
@beans_dev 10 ай бұрын
This KZbin channel is gold, I recently saw the playlist where you explaining tests and mocking an express and and mocking a database. Your videos are gold man. One day I’m going to reach this point. You gained a subscriber in me.
@emmanueldjambatambashe701
@emmanueldjambatambashe701 4 ай бұрын
hi ! i am currently trying to setup the S3Client config but i am having this error Argument of type '[{ region: string; credentials: { accessKeyId: string; secretAccesskey: string; }; }]' is not assignable to parameter of type '[S3ClientConfig] | []'. can someone tell what should i do or where am i doing wrong
@evocati44
@evocati44 10 ай бұрын
Can you PLEASE do a video where you upload a file along with a filled out form - store the file locally and retrieve the file as part of data retrieval for presentation. All done in Nextjs. I'm currently stuck in this for a work project. Thanks in advance
@wchorski
@wchorski 10 ай бұрын
look for multer npm for this with the drag and drop npm library
@evocati44
@evocati44 10 ай бұрын
@@wchorski OK but I'm doing this with TypeScript... I hope it's smooth 👀
@omarzerhouni5498
@omarzerhouni5498 2 ай бұрын
Hi Sam, Do you have a video or a course where you show how to set Private buckets and how to use them with NextJS ?
10 ай бұрын
Could You try this with DigitalOcean Spaces?
@debadipti
@debadipti 10 ай бұрын
Perfect timing! I was looking for a robust way to do exactly this. Thank you Sam!
@SamMeechWard
@SamMeechWard 10 ай бұрын
Happy to help!
@regilearn2138
@regilearn2138 5 ай бұрын
can you do it with lambda function
@eclipse-224
@eclipse-224 2 ай бұрын
great video! thanks a lot
@_abhaythakur3009
@_abhaythakur3009 10 ай бұрын
@kamehameha38
@kamehameha38 10 ай бұрын
🔥
@1felixxex1
@1felixxex1 6 ай бұрын
what do you recommend for tracking the progress of the upload to show the user a uploading 53%... etc. i ended up with doing the upload via xhr. what are your thoughts?
@theizaananwar
@theizaananwar 8 ай бұрын
Why does uploading large files say like 160 MB, crashes my application and mainly next auth and I get JWT Session error and need to sign in again, and chery on top is my react query mutation is still running when all this os happening
@dejoma.
@dejoma. 8 ай бұрын
Nice video and content! I am also working on a NextJS frontend with a Python backend (NextJS wasn't doing it anymore for me, too much other processes like data parsing had to be done). I don't want to manipulate the DB from NextJS anymore (I mean I do allow for API calls that then in Python will do DB work). What would you recommend here?
@victormustin2547
@victormustin2547 8 ай бұрын
Hey, if the image was AI generated and fetched from an API, I guess you’d have to upload it from the server directly to s3. Do you know any ressource on how to do that with next js ? All ressources I could find only cover the client-to-s3 situation
@thedelanyo
@thedelanyo 7 ай бұрын
22:29 Awesome. Thanks with the file type check, you might as well do if type.includes("image") || type.includes("video"), which is kind of succinct.
@santiagomanuelgonzalez9894
@santiagomanuelgonzalez9894 9 ай бұрын
Hello friend, thank you for the video, the explanation is very clear! I am implementing the DALL-E 3 API and I want to save the image in a bucket, but I'm not sure whether to do it from the client or directly from the server. Do you think it's too costly to do it from the server using my server function or edge function? The images are around 2 megabytes in size.
@JohnWeland
@JohnWeland 9 ай бұрын
I wonder, for security reasons if you should lock down that bucket to not be public and instead generate TTL'd pre-signed URLs for the items in that bucket.
@effekt.design
@effekt.design Ай бұрын
Understanding S3 was a breeze with your video mate, Thanks for this content!
@mike-2342
@mike-2342 10 ай бұрын
Great video, very useful
@inderjotsingh5868
@inderjotsingh5868 7 ай бұрын
can you are a video about your website , where we are using mdx ? Website looks sick !! I want to implement same any pointers ? and does he have a discord ?
@euanmorgann
@euanmorgann 8 ай бұрын
Would love to see an expansion of this that goes into multiple files at once and editing a post to swap out images etc. I implemented this recently and feel like there must be a nicer way to do it than I did.
@eduardaskuliesa8308
@eduardaskuliesa8308 8 ай бұрын
Hey maybe can you share a repo where you implemented multiple file upload ?
@true9536
@true9536 4 ай бұрын
Yeah I'd also like to take a peek at that
@jax152
@jax152 7 ай бұрын
How did you autocomplete those several lines of code at a time when calling a function or making an object? Is it an extension or a setting?
@designstudiohq7764
@designstudiohq7764 3 ай бұрын
❤❤❤
@victorsaisse1340
@victorsaisse1340 2 ай бұрын
you have no idea how much you saved my life with every s3 video, you have the best content out there!
@sunilmaurya6594
@sunilmaurya6594 8 ай бұрын
Im doing the same process but I don't know why it is not generating presigned url, can anyone help me out here
@jason.zubiate
@jason.zubiate 6 ай бұрын
am i the only one that feels lost when trying to add this to my project lmao. all the docs examples on payload are way too complex and not real intuitive
@carlesencinas1729
@carlesencinas1729 5 ай бұрын
Very useful video, thank you so much!!! :)
@vincentvargas9251
@vincentvargas9251 7 ай бұрын
Can you do in React with Amplify?
@inderjotsingh5868
@inderjotsingh5868 7 ай бұрын
wanna see multipart upload , and a loading percentage bar
@romaind4853
@romaind4853 8 ай бұрын
Very very useful tutorial. I needed that for my project ! Thanks a lot !
@FacePlat3
@FacePlat3 7 ай бұрын
This video is very useful for my project thanks for sharing this! Also, love how detailed the steps are in your website.
@parladdgna
@parladdgna 8 ай бұрын
how about multiple files at once?
@jesusalfredopizanaespinosa1289
@jesusalfredopizanaespinosa1289 5 ай бұрын
Thanks for the video!
@andresgutgon
@andresgutgon 3 ай бұрын
really nice ❤
@brettwestwooddeveloper
@brettwestwooddeveloper 10 ай бұрын
Great tutorial! Gained a sub from me. I am implementing this into my project and having trouble with it in production. In my localhost it is working fine. I did create a new bucket and IAM user for the production build and updated the env files in Vercel. I am getting 403 forbidden errors and errors about "An error occurred in the Server Components render. The specific message is omitted in production builds to avoid leaking sensitive details." Any help would be nice!
@SamMeechWard
@SamMeechWard 10 ай бұрын
It's hard to know exactly what's going wrong from that message. make sure you `console.error()` all your errors in your app, then check the vercel logs to see more detailed error logs
@brettwestwooddeveloper
@brettwestwooddeveloper 10 ай бұрын
@@SamMeechWard I fixed it by not having "-" as bucket name and added www. and just incase for my domain. Thanks again
@hanslou5309
@hanslou5309 4 ай бұрын
I ran into the exact same problem. Looked at vercel logs and the actual error message is "Only plain objects, and a few built-ins, can be passed to Client Components from Server Components. Classes or null prototypes are not supported." The line that causes this is calling the getSignedUrl command from the @aws-sdk/s3-request-presigner library. Anyone know a fix for this?
@Alex.Shalda
@Alex.Shalda 5 ай бұрын
so thorough! Thank you!
@danielchukwu524
@danielchukwu524 8 ай бұрын
U are goated. No cap
@frankmungai1482
@frankmungai1482 8 ай бұрын
Is there a way to block all public access and still make this work?
@SamMeechWard
@SamMeechWard 8 ай бұрын
Yes you can used signed urls. That process is in my other s3 video
@7doors847
@7doors847 10 ай бұрын
GLAD YOU ARE BACK!!!!!! 🤘✌️
@josephjoey3904
@josephjoey3904 10 ай бұрын
How does one organise files in s3 like for example Userid (as folder name) Img1 Img 2 etc so the files are referenced in folders under the user's id
@SamMeechWard
@SamMeechWard 10 ай бұрын
There aren't really folders in s3 just file names. So you can name your file Key: `username/filename`, but it's not actually a folder. S3 will let you believe you've created a folder but all you've done is create a file name that starts with `usenrame/`. So visually this can look nice in s3, but it doesn't allow you to do any of the things you can do with folders. You won't be able to get all files from s3 inside a user's folder for example.
@josephjoey3904
@josephjoey3904 10 ай бұрын
@@SamMeechWard what of the bucket key/folder architecture. Someone suggested that to me. Is it a feasible approach?
@SamMeechWard
@SamMeechWard 10 ай бұрын
Yes it's a feasible approach, just prefex the object key with the `userid/` It looks like i was kind of wrong, you can get AWS to list files that start with a prefex, which is kind of like listing contents of a directory. just determine how you want to organize your files then when you name your files using the Key property, add a prefix to that. Something like this: const putObjectCommand = new PutObjectCommand({ Bucket: process.env.AWS_BUCKET_NAME!, Key: `${user.id}/${generateFileName()}` })
@reubenporter9907
@reubenporter9907 10 ай бұрын
@SamMeechWard is correct here, S3 is object storage not a file system. You can however structure your file names however you wish. e.g. user-1/image-1.jpg
Next.Js 14 - AWS S3 Image Upload using API Route
35:06
Raddy
Рет қаралды 19 М.
Being Competent With Coding Is More Fun
11:13
TheVimeagen
Рет қаралды 82 М.
Incredible: Teacher builds airplane to teach kids behavior! #shorts
00:32
Fabiosa Stories
Рет қаралды 11 МЛН
АЗАРТНИК 4 |СЕЗОН 3 Серия
30:50
Inter Production
Рет қаралды 1,1 МЛН
the most important Next.js features to learn (in 8 minutes)
8:26
Web Dev Cody
Рет қаралды 46 М.
Cool Tools I’ve Been Using Lately
23:11
Theo - t3․gg
Рет қаралды 324 М.
This UI component library is mind-blowing
8:23
Beyond Fireship
Рет қаралды 678 М.
10 common mistakes with the Next.js App Router
20:37
Vercel
Рет қаралды 216 М.
DiagramGPT - Honest Review of Eraser AI
8:22
Sam Meech-Ward
Рет қаралды 134 М.
Did Theo Really Fix File Uploading?
8:39
Josh tried coding
Рет қаралды 19 М.
Dockerize Next.js & Deploy to VPS (EASY!)
19:43
ByteGrad
Рет қаралды 60 М.
Next.Js 14 - AWS S3 File Upload using Server Actions
45:25
Upload Images Directly to S3 from Front End
18:28
Sam Meech-Ward
Рет қаралды 124 М.
Incredible: Teacher builds airplane to teach kids behavior! #shorts
00:32
Fabiosa Stories
Рет қаралды 11 МЛН