Amazon S3 Enabled FileField and ImageField (with Boto)
Allows Amazon S3 storage aware file fields to be dropped in a model. Requires the boto library.
- filefield
- s3
- amazon
- boto
Allows Amazon S3 storage aware file fields to be dropped in a model. Requires the boto library.
For use with S3 BotoStorage STATICFILES_STORAGE ="storages.backends.s3boto.S3BotoStorage" and AWS_PRELOAD_METADATA = True Custom management command that compares the MD5 sum and etag from S3 and if the two are the same skips file copy. This makes running collect static MUCH faster if you are using git as a source control system which updates timestamps.