Alelak / backblaze-b2

backblaze-b2 is a simple java library for Backblaze B2
https://www.backblaze.com/b2
Apache License 2.0
6 stars 1 forks source link

[feature request] uploading of files larger then 5GB and for better performance upload large files with multiple threads #3

Open svenmauer opened 8 years ago

svenmauer commented 8 years ago

Hi,

very thank you for your amazing library. It would be perfect when you can make a change that I can upload file sizes larger then 5GB. To upload large files to Backblaze is it possible to upload with multiple threads for better upload performance.

-> More Information to implement this is on: https://www.backblaze.com/b2/docs/large_files.html

Greetings, Sven

gaul commented 8 years ago

You might want to check out Apache jclouds recently-committed support for B2:

https://issues.apache.org/jira/browse/JCLOUDS-1005

It already has large file support and benefits from the rest of the jclouds framework. Note that this is still under development.