Closed AbdealiLoKo closed 4 years ago
Sorry for the noise .. Right after I created the issue, I realized I was using a very old version I was using:
s3contents (0.1.13)
s3fs (0.1.5)
jupyter (1.0.0)
jupyter-client (6.1.0)
jupyter-console (6.0.0)
jupyter-core (4.6.3)
Doing:
pip install s3contents==0.4.0 s3fs==0.4.2
immediately solved the problem !
When trying to downlaod a pickle file with s3contents, I get:
500 : invalid start byte
Steps to reproduce:
Expected Result:
Actual Result:
500 : invalid start byte
It looks like s3contents assumes all data from s3 is utf-8 encoded causing this error ?The logs from the server: