Comment 3 for bug 1696800

Revision history for this message
Kamal Mostafa (kamalmostafa) wrote :

The failure appears to be due to the incomplete implementation of seek() -- missing the optional 'whence' argument -- in python-s3transfer's ReadFileChunk method.

The attached patch to python-s3transfer fixes it in my testing. Before submitting the patch to the Ubuntu and upstream, I'd like an additional verification that it resolves the problem. Here's a PPA for Xenial which provides python-s3tranfer with the patch applied:

https://launchpad.net/~kamalmostafa/+archive/ubuntu/lp1696800

Please confirm that this PPA (installed along with the stock Ubuntu awscli package) fixes the problem for you.