From 2fe698a0ba6a1613d9f57132c945b87ecc3f22fd Mon Sep 17 00:00:00 2001 From: Mike Tigas Date: Wed, 31 Jul 2013 12:00:15 -0400 Subject: [PATCH] note MEDUSA_AWS_STORAGE_BUCKET --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index ac2569f..77691f9 100644 --- a/README.markdown +++ b/README.markdown @@ -124,7 +124,7 @@ Example settings: MEDUSA_MULTITHREAD = True AWS_ACCESS_KEY = "" AWS_SECRET_ACCESS_KEY = "" - AWS_STORAGE_BUCKET_NAME = "" + MEDUSA_AWS_STORAGE_BUCKET_NAME = "" # (also accepts AWS_STORAGE_BUCKET_NAME) Be aware that the S3 renderer will overwrite any existing files that match URL paths in your site.