I am having a problem that large file (over 1GB) uploads to s3 get stuck when using boto set_contents_from_filename
.
I have tried using set_contents_from_file
instead, and I am getting the same thing.
I am using the cb
argument on both functions to call a callback function while uploading which will tell me how is the upload progressing. I see that a 1GB file gets stuck somewhere around 800MB.
EDIT: It seems that this function has a memory leak, as described here: boto set_contents_from_filename memory leak