In this video we're gonna learn how to Upload, View and Delete Files from AWS S3 Bucket using NodeJS Backend with AWS-SDK Version 3.0.
00:00 Intro
00:50 Project walk through
03:07 Install AWS-SDK V3
06:32 Upload files to S3 Bucket with AWS-SDK V3
12:27 Generate Presigned URL with AWS-SDK V3
22:40 Delete files on S3 Bucket with AWS-SDK V3
27:32 Outro
Since AWS is going to discontinue AWES-SDK version 2.0, by the end of next year, they insist on switching to AWS-SDK version 3.0. In our previous videos we learned how to upload files AWS S3 bucket, how to view file on AWS S3 bucket by generating a PreSigned URL. So, in this video we'll switch to AWS-SDK V3 and re write all our functions.
So, in this video, we'll be covering:
- Upload files to AWS S3: We'll show you how to configure your AWS SDK and create a function to upload files to your S3 bucket efficiently.
- View and download files from AWS S3: Discover the best practices for downloading files using the AWS SDK Version 3.
- Delete files from AWS S3: Learn how to delete files from your S3 bucket.
You gonna need following packages:
@aws-sdk/client-s3
@aws-sdk/s3-request-presigner
express-fileupload
@types/express-file upload
Key Topics Covered:
- Node.js and TypeScript integration
- File upload to AWS S3
- Viewing and downloading files from S3
- Deleting files from S3
- Error handling and best practices
#AWSS3 #AWSSDKv3 #NodeJS #TypeScript #FileUpload #WebDevelopment #CloudStorage #BackendDevelopment #AWS #JavaScript #NodeJSTutorial #TypeScriptTutorial #S3Bucket #CloudComputing
How to Upload Files to AWS S3 Bucket using NodeJS Backend (AWS-SDK V2)
[ Ссылка ]
JavaScript Callback functions explained:
[ Ссылка ]-
JavaScript Promises explained:
[ Ссылка ]
Hit Subscribe and smash the Like button.
Become a Patreon and support me!
[ Ссылка ]
Visit my blog: [ Ссылка ]
Follow me on Tiktok: [ Ссылка ]
Follow me on Instagram : [ Ссылка ]
Follow me on Facebook : [ Ссылка ]
Follow me on Twitter : [ Ссылка ]
Ещё видео!