I'm using boto for uploading short mp3 files of around 20MB and it's working fine. It's easy to use so you should be able to test it without much trouble.
The main things with s3 is to sort out the location of your buckets (US or European...) and remember to set the permissions on each file you upload, as well as the bucket. Also, you might need to adjust your code to allow for a little latency in the system. Derek On Sun, Apr 27, 2008 at 6:18 PM, truebosko <[EMAIL PROTECTED]> wrote: > > Hi there, > > Recently been toying with the idea of using Amazon S3 to host a bunch > of media for a community site I run > > For small files, Amazon S3 is slick and awesome. But I also want to > have the ability to upload larger files. With the standard Amazon S3 > library this is just not feasible (It dies for files as large as 5mb, > and I am looking to do 20-50mb) > > People have suggested boto before but others have said its sloppy and > doesn't really work for large file uploads, but I haven't really > tested it out myself yet. > > Anyone have any suggestions as to what I should use? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---