david / django-storages

Support for many storages (S3, MogileFS, etc) in Django.

Clone this repository (size: 160.0 KB): HTTPS / SSH
$ hg clone http://code.welldev.org/django-storages/

Shortlog (showing r77:f48870e31143 (tip) → r53:0adc1b8f769a)

Age Author Message A M D «
4 weeks david david Fix #37, I must be more careful with my automated merges. 1
4 weeks pswartz add AWS_BUCKET_PREFIX setting 1
5 weeks dziegler dziegler merge gzip fork with trunk 1
5 weeks dziegler dziegler better var naming, only import gzip if using gzip 2
6 weeks dziegler dziegler automatically gzip text files with s3 2
5 weeks gvangool gvangool Use a StringIO object internally (so we have self.file again) 1
6 weeks gvangool gvangool Return empty string when we try to get the URL of a key that doesn't exist in th… 1
6 weeks gvangool gvangool Typo in import 1
6 weeks gvangool gvangool Added location support (you can now create the bucket in EU) 1
6 weeks gvangool gvangool You can't create the same bucket twice, so if create fails, try to get it (we… 1
6 weeks gvangool gvangool Removed excess of whitespaces 1
7 weeks david david S3: Add encryption option, depends on ezPyCrypto lib from… 2
3 months richleland richleland Added AWS_AUTO_CREATE_BUCKET setting with default of True. 1
3 months richleland richleland Cleaned up AWS_ settings within file. 1
3 months richleland richleland Added get or create bucket on init. 1
3 months richleland richleland Created storages folder and moved backends into it. 12 11
3 months richleland richleland Fixed example project settings. 1
3 months richleland richleland Fixes #35 InvalidObjectSize issue. 1
4 months richleland richleland Pulled mosso changes from smileychris 1
4 months smileychris smileychris Fix connection_kwargs for CloudFilesStorage. 1
4 months smileychris smileychris Add a connection_kwargs argument to the CloudFilesStorage so other available… 1
4 months smileychris smileychris Was right the first time (but didn't need the chunking) - _save should use… 1
4 months smileychris smileychris The backend was incorrectly using cloud_obj.save rather than cloud_obj.write,… 1
4 months smileychris smileychris Don't rely on the file having a content_type already set (use… 1
5 months smileychris smileychris Minor PEP8 fixes for mosso backend (and remove an unused import) 1