Search code examples
iosamazon-web-servicesfile-uploadamazon-s3multipart

AWS S3 multipart upload in ios


How I can upload a file to amazon s3 using multipart. I have gone through the all the AWS site but I did not find the code for objective-c or swift.

Could you please any one share your code for understanding purpose.


Solution

  • Refer this document then you can write code for multi part upload. he minimum part size for a multipart upload is 5MB.