project-sunbird / sunbird-cloud-storage-sdk

MIT License
1 stars 32 forks source link

Issue #SB-7857 chore: Implement multipart uploads for large files #2

Open anandp504 opened 6 years ago

anandp504 commented 6 years ago

Implementation for multipart uploads using the jclouds library

@sowmya-dixit @SanthoshVasabhaktula

anandp504 commented 6 years ago

It looks like the multipart upload in s3 fails with the exception java.lang.IllegalArgumentException: Please send parts while the Azure blob storage upload succeeds. We need to look into the minimum size required for s3 uploads to make the multipart upload work.