From 894879651b5bab96c29748bade9387581d708ff3 Mon Sep 17 00:00:00 2001 From: Robert Call Date: Fri, 1 Feb 2013 19:36:26 +0000 Subject: [PATCH] Removed AWS var., see secret/static_s3 --- karmaworld/settings/prod.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/karmaworld/settings/prod.py b/karmaworld/settings/prod.py index 6c81cd6..d73c5b6 100644 --- a/karmaworld/settings/prod.py +++ b/karmaworld/settings/prod.py @@ -112,12 +112,6 @@ STATICFILES_STORAGE = DEFAULT_FILE_STORAGE = 'storages.backends.s3boto.S3BotoSto # See: http://django-storages.readthedocs.org/en/latest/backends/amazon-S3.html#settings AWS_CALLING_FORMAT = CallingFormat.SUBDOMAIN -# See: http://django-storages.readthedocs.org/en/latest/backends/amazon-S3.html#settings -AWS_ACCESS_KEY_ID = environ.get('AWS_ACCESS_KEY_ID', '') -AWS_SECRET_ACCESS_KEY = environ.get('AWS_SECRET_ACCESS_KEY', '') -AWS_STORAGE_BUCKET_NAME = environ.get('AWS_STORAGE_BUCKET_NAME', '') -AWS_AUTO_CREATE_BUCKET = True -AWS_QUERYSTRING_AUTH = False # AWS cache settings, don't change unless you know what you're doing: AWS_EXPIREY = 60 * 60 * 24 * 7 -- 2.25.1