roikku / swift-explorer

User-friendly tool to manage files in an OpenStack Storage system (SWIFT)
http://www.619.io/swift-explorer
Apache License 2.0
66 stars 21 forks source link

Upload big file is very slow #55

Closed Nico83500 closed 8 years ago

Nico83500 commented 9 years ago

Hi, I have a 10 TB hubiC account and I would like to upload big files (about 15-20 GB) without using Windows sync client (because I don't want to keep all files). So I've tried Swift Explorer, it does the job but upload time is very slow. It splits file into 210 segments and each segment is slow to upload. Is there a solution or an alternative ? Thank you.

murf0 commented 8 years ago

You need to do parallel upload for quick hubic uploads.Which is'nt supported in Swift-explorer. I use hubic-wrapper-to-swift for big uploads with ~10 parallel uploads. For me that maxes out my connection (100mpbs upload)

roikku commented 8 years ago

https://github.com/roikku/swift-explorer/issues/49