You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python...@googlegroups.com
I'm currently using s3sync.rb [1] to do large file streaming to and from S3. S3 allows (IIRC) up to 5 GB per object, which is obviously pushing the reasonable size of a single http chunk.
I'm a python fan, and making a s3 library which handles streaming IO is on (if somewhere towards the middle) of things to do.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Python Amazon
python-amazon does streming already, I haven't tested it yet on bigger files because I don't have access to the amazonS3 service (I don't work any more on the project from witch the python-amazon is extracted), but the streaming was included from the start.