From 388d615f254fb1617e16b5c9691d939735c76d47 Mon Sep 17 00:00:00 2001 From: trhr Date: Wed, 26 Feb 2020 20:42:18 -0600 Subject: [PATCH] All changes but unit tests --- evennia/contrib/aws-s3-cdn.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/evennia/contrib/aws-s3-cdn.py b/evennia/contrib/aws-s3-cdn.py index 41a6e54113..d09943b3b5 100644 --- a/evennia/contrib/aws-s3-cdn.py +++ b/evennia/contrib/aws-s3-cdn.py @@ -1,4 +1,7 @@ """ +AWS Storage System +The Right Honourable Reverend (trhr) 2020 + ABOUT THIS PLUGIN: This plugin migrates the Web-based portion of Evennia, namely images, @@ -139,7 +142,7 @@ UNINSTALLATION: If you haven't made changes to your static files (uploaded images, etc), you can simply remove the lines you added to secret_settings.py. If you -have made changes and want to install at a later date, you can export +have made changes and want to uninstall at a later date, you can export your files from your S3 bucket and put them in /static/ in the evennia directory.