linagora / linshare

LinShare
https://www.linshare.org/
GNU Affero General Public License v3.0
484 stars 86 forks source link

Multipart upload for files larger than 5GB for S3 and swift #52

Open ghyster opened 5 years ago

ghyster commented 5 years ago

There's currently a 5GB size limit for files stored using S3 or swift providers.

Jclouds provides the ability to use multipart upload to allow up to 5TB upload : https://jclouds.apache.org/start/blobstore/

Can this be implemented in Linshare ?

fmartin-linagora commented 5 years ago

Hello, Thank you for your feedback, I also met the same issue my self very recently. We will handle multipart in LinShare but I can't anounce you a release date. I hope soon.

ghyster commented 5 years ago

Hello,

I've been able to make it work with a slight update on JcloudObjectStorageFileDataStoreImpl and updating jclouds to 2.1.2-SNAPSHOT (due to bug https://issues.apache.org/jira/browse/JCLOUDS-1478)

JcloudObjectStorageFileDataStoreImpl.zip

When jclouds 2.1.2 is released can I make a pull request for this ?

IIPoliII commented 3 years ago

Hello, is there any news on this ?