Remove local magic from common

This commit is contained in:
Oliver Marks 2018-09-18 21:20:21 +01:00
parent 88664d2a98
commit 5373393f03
1 changed files with 0 additions and 1 deletions

View File

@ -299,7 +299,6 @@ AWS_S3_SECURE_URLS = False
AWS_ACCESS_KEY_ID = env('BUCKET_ACCESS_KEY')
AWS_SECRET_ACCESS_KEY = env('BUCKET_SECRET_KEY')
AWS_STORAGE_BUCKET_NAME = "mhackspace-local"
AWS_S3_ENDPOINT_URL = "http://%s:9000" % socket.gethostbyname("bucket")
AWS_S3_OBJECT_PARAMETERS = {"CacheControl": "max-age=86400"}
AWS_LOCATION = "dev"
AWS_S3_SECURE_URLS = True