Cyberduck is a libre FTP, SFTP, WebDAV, Amazon S3, Backblaze B2, Microsoft Azure & OneDrive and OpenStack Swift file transfer client for Mac and Windows.
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.
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.