I'm looking for a way to save multi-Megabyte files from GAE in Amazon
S3 (Simple Storage Service).

With [S3 multipart upload][1] it would be possible to generate big
files but unfortunately the part size for S3 must be 5 MB or more
while with the urlfetch API we can write only 1 MB or less. So
this doesn't work.

Is there an other way to save large files from GAE to AWS? I need
files to be stored within the EU and so Google storage or the
blobstore a not an option.

--md

[1]: 
http://docs.amazonwebservices.com/AmazonS3/latest/dev/index.html?uploadobjusingmpu.html

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to