DEV Community

Discussion on: Upload files to S3 buckets from react

Collapse
 
abarajithan profile image
Abarajithan

To upload large files (1-10GB) from react into s3, can we automatically break the file into pieces, send and reassemble into one file? With same API?

Collapse
 
mohitkyadav profile image
Mohit Kumar Yadav

hey, when you do putObject it already breaks the file into pieces, you need not to worry.