Large File Upload into parts/chunks on S3 via React native #3730
Unanswered
mobileexpert1
asked this question in
Q&A
Replies: 1 comment
-
Hi @mobileexpert1 - thanks for reaching out and apologies for delay. Yes, you could use Javascript SDK with React native to upload file to your S3 bucket. If you're dealing with large files, I'd use CreateMultipartUploadCommand operation from SDK. Here are a few blog posts about this topic for your reference:
Let me know if you need further assist with this, I'd be happy to help! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which is the best way to upload a large file (Video and Audio) into parts on S3 bucket ?
Do we have any specific SDK available for React native to get file upload only?
I want to upload file up to 3 GB (max.)
Beta Was this translation helpful? Give feedback.
All reactions