Why are my compressed files on S3 returning a 403 Forbidden error?
I'm using django-compressor and django-storages to serve my compressed files on S3 (using these instructions: http://django_compressor.readthedocs.org/en/latest/remote-storages/#using-staticfiles ). It works great initially after running the "compress" management command, but after about one hour the compressed css and js files return a 403 Forbidden error even though I haven't made any changes to the files. I can't seem to isolate the problem, so any help would be appreciated. Here are the settings I am using: COMPRESS_ENABLED = True COMPRESS_URL = "http://mybucket.s3.amazonaws.com/" COMPRESS