Comment 1 for bug 1288673

Revision history for this message
Vincent Ladeuil (vila) wrote :

I'm working on a fix to reduce the payload size.

I investigated further the failure above and ended up with the feeling that using a StringIO to hold a >60M file has some issues, as well as loading that in memory to upload to swift.

swift put_object accept a file handle (or any object that provides read()) instead of a string, I'm using that in my fix.