Nextjs-14 Tutorial AWS S3 Image Upload

Описание к видео Nextjs-14 Tutorial AWS S3 Image Upload

in this video i have explain how to the process of creating an AWS S3 Bucket and applying public permissions so that files are available to anyone of the internet.
Policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::gearxplorer-prod/*"
}
]
}
#nextjs,
#nodejs,
#fullsatckdevelopercouse,
#mongodb,
#reactjs,#angularjs
https://softapptechnologies.com

Комментарии

Информация по комментариям в разработке