Max,

Just from glancing over the options you have below none of them looked
particularly good to me. The first is only a file field so depending on what
you are doing it may not work for you. The second seemed reasonable but has
no options for setting things like http headers for files or more advanced
options like ACLs. The third looks like it has some support for setting
headers but it does some stuff like putting the file content into memory
then putting it in a StringIO object which wouldn't be good for files much
over say a few tens of megabytes.

I think which one you choose would depend on what you want to do but
personally I rolled my own based on Django 1.1's storage api which does a
lot better job of streaming and chucking data for large files because
existing options like the ones below weren't very robust .

Ian

On Sat, Jun 13, 2009 at 6:55 AM, Max Clark <max.cl...@gmail.com> wrote:

>
> Hello,
>
> I want to use Amazon S3 for file uploads from users
> (models.FileField). I have been searching and have come across these
> three plugins/examples to use S3 with django...
>
> http://code.djangoproject.com/wiki/AmazonSimpleStorageService
> http://www.sourceguru.net/archives/177
> http://code.welldev.org/django-storages/wiki/S3Storage
>
> For list members currently running this code I would be very
> interested in feedback / why you went with one vs another / what your
> experience has been like.
>
> Thanks,
> Max
>
> >
>


-- 
=======================================
株式会社ビープラウド  イアン・ルイス
〒150-0012
東京都渋谷区広尾1-11-2アイオス広尾ビル604
email: ianmle...@beproud.jp
TEL:03-5795-2707
FAX:03-5795-2708
http://www.beproud.jp/
=======================================

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to