Pause and Resuming of a file upload process to AWS S3

dieter dieter at handshake.de
Wed Oct 28 02:59:58 EDT 2015


ashwath at nanoheal.com writes:
> I wanted to know whether it is possible in python to pause and resume the file upload process to AWS S3

Have you checked that "AWS S3" supports it?

If so, you will be able to do it with Python -- however, you likely
need to use low level modules (such as "httplib", maybe "ftplib")
where you can fit in the technical details you learn from your
"AWS S3" analysis.




More information about the Python-list mailing list