To upload a Dynamic Large Object with the Swift CLI one can just do

swift upload newcont -S 1048576000 large_object

but, is there any equivalent in the swift python APIs (swiftclient module
from https://github.com/openstack/python-swiftclient)?

The content_length parameter of put_object will just truncate the content...

Thanks,
Vincenzo.
_______________________________________________
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