Hello,

> I'm trying to integrate S3 support into my Django app using
> http://code.djangoproject.com/wiki/AmazonSimpleStorageService for
> now.
>
> I would like to improve the code so that it might be officially
> integrated into Django at some point. The first obvious question: Is
> this a feature that others would like to see, enough so to warrant
> having this feature 'baked-in'? Or should I just keep my hacks to
> myself?

I think it's too specific for an inclusion in the official Django
distribution but it would be a great thing to create something like
django-amazon to handle all the Amazon Web Services in Django with :

* Your S3FileField to handle Amazon S3 [1]
* A generic view to handle Amazon FPS [2] (it's an idea, I can't think
of a particular use case right now)
* A context processor that pull an element from Amazon SQS [3] at put
it in the template.
* etc.

[1] http://aws.amazon.com/s3
[2] http://aws.amazon.com/fps
[3] http://aws.amazon.com/sqs

My 0.2 cents

-- 
Fabien SCHWOB

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to