filmov
tv
Next.Js 14 - AWS S3 File Upload using Server Actions
Показать описание
In this video I will guide you thru the process of creating an AWS S3 Bucket and applying public permissions so that files are available to anyone of the internet.
In the second half of the video, I'll demonstrate creating a file upload form using NextJs and the official AWS S3 Client SDK. I will use one of the methods of creating and submitting forms using Server Actions.
Policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::gearxplorer-prod/*"
}
]
}
Discounts:
Recording Equipment:
Computer Gear:
Connect with me:
Chapters:
◾ 0:00 Introduction:
◾ 0:24 S3 Bucket Setup
◾ 4:44 IAM Uuser Setup
◾ 8:05 Next.Js AWS S3 SDK + Server Actions
◾ 40:45 Sharp Image Optimization
#nextjs #aws #s3
In the second half of the video, I'll demonstrate creating a file upload form using NextJs and the official AWS S3 Client SDK. I will use one of the methods of creating and submitting forms using Server Actions.
Policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::gearxplorer-prod/*"
}
]
}
Discounts:
Recording Equipment:
Computer Gear:
Connect with me:
Chapters:
◾ 0:00 Introduction:
◾ 0:24 S3 Bucket Setup
◾ 4:44 IAM Uuser Setup
◾ 8:05 Next.Js AWS S3 SDK + Server Actions
◾ 40:45 Sharp Image Optimization
#nextjs #aws #s3
Next.Js 14 - AWS S3 File Upload using Server Actions
Next.Js 14 - AWS S3 Image Upload using API Route
Next-Level S3 File Management: The Ultimate Guide to Handling Files in Next.js 14
Next.js To AWS S3 File Uploads
Next.js 14 Tutorial #36 🌟 Upload images in AWS S3 bucket using NextJS 14 Like a Pro! 🚀
Next.Js 14 - AWS S3 Multiple Files Upload using Server Actions + Add-on
Deploying a NextJS Static App to AWS S3 and CloudFront
Serve Static Website on AWS S3 (Next.JS 14 example)
Nextjs-14 Tutorial AWS S3 Image Upload
Nextjs 14 + AWS s3. #coder #javascript #react #programming #nextjs
How to deploy a static NextJS in AWS S3 | Host NextJS in S3 Bucket
Deploying Next.js To AWS Just Got MUCH BETTER!
Deploy and host a static NextJS site on AWS S3 with Dynamic routes
How to Stream video on NextJs & ReactJs using AWS | Amazon Cloudfront | S3
Build Nextjs Inventory Management Dashboard & Deploy on AWS | Postgres, Node, Tailwind, EC2, RDS...
NextJS Forms and Server Action with AWS S3 and MongoDB 2024 | By Building A Project
Using Next.js 13 Image Optimization with AWS Amplify Hosting and Amazon S3 | Amazon Web Services
Upload de arquivos para AWS S3 pelo Frontend em Next.js - Ismael Ash
I Fixed File Uploading.
Why People Aren't Deploying to Vercel Anymore
Efficient File Uploads in Next.js: Direct to S3 vs Server Relay | S3 presigned url uploads
Why I love AWS Amplify - Deploy Next.js (T3 Stack) in 5 minutes
2. Deploy NextJS App to S3 and CloudFront using GitHub Actions
NextJS Hosting: AWS vs Vercel!
Комментарии