Are there any limits to file uploads using Python? I have a Cherrypy app we use to upload videos to S3 running on a proxy port. Video files tend to be large and I can't seem to find any info in the documentation (but I may be mistaken).
If there are, how do I increase these limits so we don't hit the ceiling on uploads?
Thanks,
Gelu