Hey everyone,

I use Django together with Photologue and would like to be able to
store the images on my Amazon S3 account.

I've been doing a lot of thinking about how the easiest way to do this
would be, and have come to the conclusion that the easiest way
probably would be to upload the image first to my own server, and then
at the save() method run the update_s3.py script. It can be found
here: http://www.holovaty.com/code/update_s3.py

If I want to run this command and copy the entire directory over to
S3, how would be the easiest way to do that?

Thanks,
Alex
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to