iterate-ch / cyberduck

Cyberduck is a libre FTP, SFTP, WebDAV, Amazon S3, Backblaze B2, Microsoft Azure & OneDrive and OpenStack Swift file transfer client for Mac and Windows.
https://cyberduck.io/
GNU General Public License v3.0
3.31k stars 291 forks source link

Expose segment size preference #9134

Open cyberduck opened 8 years ago

cyberduck commented 8 years ago

d67cfcd created the issue

Related to defect #9131

openstack.upload.largeobject.size (the amount of bytes per segment, in a multi segment OpenStackSwift upload) should be a configurable variable for user.)

Please expose this configuration setting via the preferences menu.

Reason: The default openstack.upload.largeobject.size of 100MB does not scale well as the object size increases. OpenStack python swift client defaults are 1GB per segment.

cyberduck commented 8 years ago

@dkocher commented

Documentation in Large Upload Segment Size.