Hi, I am doing two things with Amazon S3:
1) Storing images/thumbnails for user profile pictures. Uploading 1 picture and resizing it to 4 different sizes so I can grab those easily on different pages. 2) Allowing users to upload documents. I have two questions about doing this 1) What is the most logical way to set up your data models so I can retrieve the data from the S3 service as fast as possible? 2) How do I open a stream to the S3 service when a user is signed in? I want to be able to have a connection with the service that doesn't close until the user closes his/her browser if possible. If there is another way, such as opening a connection each page, that would be fine. Whichever is fastest. Thanks in advance, Sam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---