aamalig / django-profile

Automatically exported from code.google.com/p/django-profile
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

S3 Back-end compatibility. #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
For scablable sites its really important to be able to offload media assets 
(such as avatars) to a 
storage service like S3. It would be great if the avatar application supported 
the S3 Back end for 
Django. 

http://code.welldev.org/django-storages/wiki/S3Storage

Currently the Avatar application does not support as it uses absolute file 
paths, which are not 
supported and returns the error: "This backend does not support absolute paths".

Original issue reported on code.google.com by Tristanb...@gmail.com on 6 May 2009 at 2:45