On 07/14/2014 12:36 AM, Tom Fifield wrote:
On 13/07/14 13:48, Remo Mattei wrote:
As far as I know max size is 5gb into swift unless you setup a way to
split it

5GB is the default limit for a single request. However, swift provides a
couple of ways to upload larger single objects:

http://docs.openstack.org/developer/swift/overview_large_objects.html

OwnCloud should probably implement one of these methods to allow objects
greater than the default limit.

Correct. If you're looking for some code that does just that, check out the Swift driver in Glance. Specifically the block of code from line 476 to line 544:

http://git.openstack.org/cgit/openstack/glance/tree/glance/store/swift.py#n476

Best,
-jay


_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to