Skip to content

The Multipart upload API enables you to upload large objects in parts.

Notifications You must be signed in to change notification settings

arunjayakumar01/aws-s3-multipart-upload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

AWS-S3-multipart-upload

Multipart Upload which allows faster, more flexible uploads into Amazon S3. Multipart Upload allows you to upload a single object as a set of parts. After all parts of your object are uploaded, Amazon S3 then presents the data as a single object.

Multipart uploading is a three-step process: You initiate the upload, you upload the object parts, and after you have uploaded all the parts, you complete the multipart upload

Prerequisite

NODE - 10.x
NPM - 6.x

Install Nodemon to launch a server: npm install -g nodemon

Once cloned go to the project folder

cd frontend/
npm run install
npm run start

cd backend/
npm run install
npm run start

If you are intrested in code walk through you can go thorugh youtube link, here I have explain how this works. https://www.youtube.com/watch?v=42Fq6aJvX0w

About

The Multipart upload API enables you to upload large objects in parts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%