Jim Gallacher wrote:
Alexis Marrero wrote:

Jim,
Thanks for sending the function that creates the test file. However I ran it to create the test file, and after uploading the file the MD5 still the same.

Just to clarify, is this for your new read_to_boundary or the one in 3.2? If it's for yours then the MD5 sum *should* be the same, since that's what you fixed. :)

Did you call it with the same block size as you are using in your code? The '\r' character must appear in the file right at the readBlockSize boundary.

ie.

generate_file(offset=-1, readBlockSize=1<<16, fname='testfile')




Reply via email to